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.
24 lines
344 B
24 lines
344 B
(lang dune 2.0)
|
|
|
|
(name still_dep)
|
|
|
|
(license ISC)
|
|
|
|
(authors "zapashcanon <contact@ndrs.fr>")
|
|
|
|
(maintainers "zapashcanon <contact@ndrs.fr>")
|
|
|
|
(source
|
|
(github zapashcanon/still_dep))
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name still_dep)
|
|
(synopsis "still dep")
|
|
(description "still dep")
|
|
(depends
|
|
(ocaml
|
|
(>= 4.05))
|
|
(dune
|
|
(>= 2.0))))
|
|
|