ray/dune-project
2021-12-23 03:20:30 +01:00

26 lines
345 B
Plaintext

(lang dune 2.8)
(name ray)
(license ISC)
(authors "TODO")
(maintainers "TODO")
;(source
; (github TODO/ray))
(generate_opam_files true)
(package
(name ray)
(synopsis "OCaml library/executable to TODO")
(description
"ray is an OCaml library/executable to TODO.")
(tags
(ray TODO TODO TODO TODO))
(depends
(ocaml
(>= 4.08))))