25 lines
344 B
Plaintext
25 lines
344 B
Plaintext
(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))))
|