summaryrefslogtreecommitdiffstats
path: root/dune-project
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-06-26 21:16:48 -0700
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-06-26 21:16:48 -0700
commitede8966c44cca6854012078329482a70235a19ce (patch)
tree3e6629114cc11037a6364b30e6c63c402d3ccca6 /dune-project
parenta4c197dea1a0192b93e205daf8738f99a4f039b2 (diff)
downloadagate-main.tar.gz
agate-main.tar.bz2
agate-main.zip
Deleted everything but the one scriptHEADmain
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