Files
ocaml-gdcc/dune-project

41 lines
935 B
Plaintext

(lang dune 3.16)
(name gdcc)
(generate_opam_files true)
(homepage https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-gdcc)
(source
(uri https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-gdcc.git))
(authors "Matthew Gretton-Dann <matt@gretton-dann.org.uk>")
(maintainers "Matthew Gretton-Dann <matt@gretton-dann.org.uk>")
(bug_reports
https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-gdcc/issues)
(license Apache-2.0)
(documentation
https://gitea.gretton-dann.synology.me/mgrettondann/ocaml-gdcc/wiki)
(package
(name gdcc)
(synopsis "C Compiler written in OCaml")
(description "A simple C compiler written in OCaml")
(depends
(ocaml
(>= 5.2))
dune
(ounit2 :with-test)
(ocamlformat :dev)
(ocaml-lsp-server :dev)
(utop :dev)
(odoc :with-doc))
(tags
(c-compiler ocaml)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html