yanais/ocaml/dune-project

22 lines
350 B
Text
Raw Normal View History

2024-02-09 19:24:39 +00:00
(lang dune 2.7)
(using menhir 2.0)
(name yanais)
(version 0.0.1)
(package
(name yanais)
(synopsis "The compiler for Yanais")
(description "The compiler for Yanais")
(depends
(cmdliner (>= 1.1))
2024-02-10 02:39:07 +00:00
(gen (>= 0.5))
2024-02-09 21:19:55 +00:00
(integers (>= 0.2))
(menhir (>= 20220210))
2024-02-10 02:39:07 +00:00
(sedlex (>= 3.0))
2024-02-10 23:35:07 +00:00
(uunf (>= 15.0))
2024-02-09 19:24:39 +00:00
)
)
(generate_opam_files)