ocaml_sql_parser/dune-project
2024-11-24 17:10:33 +01:00

29 lines
526 B
Plaintext

(lang dune 3.16)
(name ocaml_sql_parser)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(using menhir 3.0)
(package
(name ocaml_sql_parser)
(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