forked from dbuenzli/vg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
39 lines (39 loc) · 1 KB
/
opam
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
opam-version: "2.0"
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
homepage: "https://erratique.ch/software/vg"
authors: ["The vg programmers"]
doc: "https://erratique.ch/software/vg/doc/Vg"
dev-repo: "git+https://erratique.ch/repos/vg.git"
bug-reports: "https://github.com/dbuenzli/vg/issues"
tags: [
"pdf" "svg" "html-canvas" "cairo" "declarative" "graphics"
"org:erratique"
]
license: "ISC"
depends: [
"ocaml" {>= "4.03.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"gg" {>= "0.9.0"}
"js_of_ocaml" {>= "3.6.0"}
"js_of_ocaml-compiler" {>= "3.6.0"}
"js_of_ocaml-ppx" {>= "3.6.0"}
]
depopts: [
"uutf"
"otfm"
"cairo2"
]
conflicts: [
"otfm" {< "0.3.0"}
"uutf" {< "1.0.0"}
"cairo2" {< "0.6"}
]
build: [[
"ocaml" "pkg/pkg.ml" "build"
"--pinned" "%{pinned}%"
"--with-uutf" "%{uutf:installed}%"
"--with-otfm" "%{otfm:installed}%"
"--with-js_of_ocaml" "%{js_of_ocaml:installed}%"
"--with-cairo2" "%{cairo2:installed}%" ]]