initial commit

This commit is contained in:
cqc
2023-03-27 15:11:24 -05:00
commit 71af0f0750
10 changed files with 981 additions and 0 deletions

26
dune-project Normal file
View File

@ -0,0 +1,26 @@
(lang dune 3.4)
(name typedastsch)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name typedastsch)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project