macho/macho-ocaml/dune-project

29 lines
527 B
Plaintext
Raw Normal View History

2023-05-31 16:17:32 +07:00
(lang dune 3.7)
(name macho)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name macho)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune
ocaml-cstruct
bitstring)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project