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.
34 lines
897 B
34 lines
897 B
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Mini flambda"
|
|
description: "Mini Flambda"
|
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
|
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
|
license: "ISC"
|
|
tags: ["ocaml" "webassembly" "wasm" "interpreter" "flambda"]
|
|
homepage: "https://git.zapashcanon.fr/zapashcanon/paper-wasocaml"
|
|
doc: "https://doc.zapashcanon.fr/paper-wasocaml"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/paper-wasocaml/issues"
|
|
depends: [
|
|
"dune" {>= "3.0"}
|
|
"ocaml" {>= "4.13"}
|
|
"sedlex"
|
|
"menhir" {build & >= "20220210"}
|
|
"bisect_ppx" {with-test & >= "2.5" & dev}
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/paper-wasocaml.git"
|
|
|