26 lines
345 B
Plaintext
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))))
|