star/dune-project

34 lines
860 B
Plaintext

(lang dune 3.12)
(name star)
(version 0.1.0)
(generate_opam_files true)
(authors "meowrly")
(maintainers "meowrly")
(license )
(source (github star-lang/star))
(homepage "https://github.com/meowrly/star")
(bug_reports "https://github.com/meowrsly/star/issues")
(package
(name star)
(synopsis "")
(description "")
(depends
(ocaml (>= 4.14.0))
(dune (>= 3.12))
(uutf (>= 1.0.3))
(uucp (>= 15.0.0))
(uunf (>= 15.0.0))
(cmdliner (>= 1.2.0))
(fmt (>= 0.9.0))
(logs (>= 0.7.0))
(menhir (>= 20230608))
(sedlex (>= 3.2))
(ppx_deriving (>= 5.2.1))
(ppx_inline_test (and :with-test (>= v0.15.0)))
(qcheck (and :with-test (>= 0.21)))
(qcheck-alcotest (and :with-test (>= 0.21)))
(alcotest (and :with-test (>= 1.7.0)))
(bisect_ppx (and :with-test (>= 2.8.3)))
(benchmark (and :with-test (>= 1.6)))))