You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
390 B
28 lines
390 B
(lang dune 2.8)
|
|
|
|
(using menhir 2.1)
|
|
|
|
(name woi)
|
|
|
|
(license ISC)
|
|
|
|
(authors "TODO")
|
|
|
|
(maintainers "TODO")
|
|
|
|
;(source
|
|
; (github TODO/woi))
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name woi)
|
|
(synopsis "OCaml library/executable to TODO")
|
|
(description "woi is an OCaml library/executable to TODO.")
|
|
(tags
|
|
(woi TODO TODO TODO TODO))
|
|
(depends
|
|
(ocaml
|
|
(>= 4.08))
|
|
(integers
|
|
(>= 0.5.1))))
|
|
|