geochan/dune-project

26 lines
375 B
Text
Raw Normal View History

2021-11-05 14:13:28 +01:00
(lang dune 2.8)
(name permap)
2021-11-29 16:48:37 +01:00
(license AGPL-3.0-or-later)
2021-11-05 14:13:28 +01:00
(authors "TODO")
(maintainers "TODO")
;(source
; (github TODO/permap))
(generate_opam_files true)
(package
(name permap)
(synopsis "OCaml library/executable to TODO")
(description
"permap is an OCaml library/executable to TODO.")
(tags
(permap TODO TODO TODO TODO))
(depends
(ocaml
(>= 4.08))))