49 lines
800 B
Plaintext
49 lines
800 B
Plaintext
(lang dune 3.0)
|
|
|
|
(using menhir 2.1)
|
|
|
|
(cram enable)
|
|
|
|
(name flambda)
|
|
|
|
(license ISC)
|
|
|
|
(authors
|
|
"Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(maintainers "Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(source
|
|
(uri git+https://git.zapashcanon.fr/zapashcanon/paper-wasocaml.git))
|
|
|
|
(homepage https://git.zapashcanon.fr/zapashcanon/paper-wasocaml)
|
|
|
|
(bug_reports https://git.zapashcanon.fr/zapashcanon/paper-wasocaml/issues)
|
|
|
|
(documentation https://doc.zapashcanon.fr/paper-wasocaml)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name flambda)
|
|
(synopsis
|
|
"Mini flambda")
|
|
(description
|
|
"Mini Flambda")
|
|
(tags
|
|
(ocaml webassembly wasm interpreter flambda))
|
|
(depends
|
|
(ocaml
|
|
(>= 4.13))
|
|
sedlex
|
|
(menhir
|
|
(and
|
|
:build
|
|
(>= 20220210)))
|
|
(bisect_ppx
|
|
(and
|
|
:with-test
|
|
(>= "2.5")
|
|
:dev))
|
|
(odoc :with-doc)))
|