1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
version: "0.9"
opam-version: "2.0"
maintainer: "filliatr@lri.fr"
authors: [
"Romain Bardou"
"Francois Bobot"
"Jean-Christophe Filliâtre"
"Johannes Kanig"
"Stephane Lescuyer"
]
homepage: "https://github.com/backtracking/mlpost"
dev-repo: "git+https://github.com/backtracking/mlpost.git"
bug-reports: "https://github.com/backtracking/mlpost/issues"
doc: "https://backtracking.github.io/mlpost"
synopsis: "Library for adding mlpost graphics in lablgtk"
description: "Library for adding mlpost graphics in lablgtk"
license: "LGPL-2.1"
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
depends: [
"ocaml" { >= "4.07.0" }
"bitstring" { >= "3.0.0" }
"dune"
"mlpost" { = version }
"cairo2-gtk"
"lablgtk"
"conf-gnomecanvas"
]
|