this repo has no description
1opam-version: "2.0"
2synopsis: "Realtime Vector Graphics with OpenGL"
3description:
4 "Lightweight, fast and declarative vector graphics rasterization using OpenGL"
5maintainer: ["frederic.bour@lakaban.net"]
6authors: ["Frédéric Bour"]
7license: "BSD-3-Clause"
8homepage: "https://github.com/let-def/wall"
9doc: "https://let-def.github.io/wall/doc"
10bug-reports: "https://github.com/let-def/wall/issues"
11depends: [
12 "dune" {>= "1.11"}
13 "ocaml"
14 "gg"
15 "result"
16 "grenier"
17 "conf-gles2"
18 "stb_image"
19 "stb_truetype" {>= "0.5"}
20]
21patches: ["fix-ocaml-dev.patch"]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/let-def/wall.git"
37url {
38 src: "https://github.com/let-def/wall/releases/download/v0.4/wall-v0.4.tbz"
39 checksum: [
40 "sha256=3e3001730e8308378da9bf7430d26dfe01d34410acf2384d2de68c140698ea52"
41 "sha512=aa3d3ad9733ca6da8b64d6f1ad7cf00607b17f416279915133abd11aebb2ad9c2efc2c011bb0665a9aa66688ced59f8fa7a87fff6c2942385c0a31d373e87ae0"
42 ]
43}
44extra-source "fix-ocaml-dev.patch" {
45 src:
46 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/wall/fix-ocaml-dev.patch"
47 checksum: [
48 "sha256=8c58cc901ac1a1340ee922ec0a7812bf5c91ca8a5b48f96c79311f04fff2c24d"
49 "md5=a910338a6a29bb39faf000d4ca8ce1dc"
50 ]
51}