first commit
This commit is contained in:
commit
7dc0d9a70d
14 changed files with 170 additions and 0 deletions
25
dune-project
Normal file
25
dune-project
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
(lang dune 2.8)
|
||||
|
||||
(name permap)
|
||||
|
||||
(license ISC)
|
||||
|
||||
(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))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue