summaryrefslogtreecommitdiffstats
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project26
1 files changed, 0 insertions, 26 deletions
diff --git a/dune-project b/dune-project
deleted file mode 100644
index 43392bf..0000000
--- a/dune-project
+++ /dev/null
@@ -1,26 +0,0 @@
-(lang dune 3.16)
-
-(name agate)
-
-(generate_opam_files true)
-
-(source
- (github username/reponame))
-
-(authors "Scott Lawrence")
-
-(maintainers "Scott Lawrence")
-
-(license LICENSE)
-
-(documentation https://url/to/documentation)
-
-(package
- (name agate)
- (synopsis "A strongly typed concatenative language")
- (description "A strongly typed concatenative language")
- (depends ocaml dune angstrom)
- (tags
- (topics "to describe" your project)))
-
-; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html