From ede8966c44cca6854012078329482a70235a19ce Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Wed, 26 Jun 2024 21:16:48 -0700 Subject: Deleted everything but the one script --- dune-project | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dune-project (limited to 'dune-project') 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 -- cgit v1.2.3-54-g00ecf