dddddml/dddddml.opam
2020-03-09 11:29:55 +01:00

32 lines
746 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "dddddml"
description: "ddddd à la ML"
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
homepage: "https://git.zapashcanon.fr/zapashcanon/dddddml"
doc: "https://doc.zapashcanon.fr/dddddml/"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/dddddml/issues"
depends: [
"ocaml" {>= "4.05"}
"dune" {>= "2.0"}
"bisect_ppx" {>= "1.4"}
"menhir" {>= "20200211"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git://git.zapashcanon.fr/zapashcanon/dddddml.git"