File: mlpost-lablgtk.opam

package info (click to toggle)
mlpost 0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,844 kB
  • sloc: ml: 21,094; javascript: 4,047; makefile: 430; ansic: 34; lisp: 19; sh: 15
file content (40 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (2)
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"
]