this repo has no description
1opam-version: "2.0"
2synopsis: "Top_level graphv package, includes all dependencies"
3maintainer: ["walter@litwinczyk.com"]
4authors: ["Walter Litwinczyk"]
5license: "MIT"
6homepage: "https://github.com/wlitwin/graphv"
7doc: "https://wlitwin.github.io/docs/graphv/graphv"
8bug-reports: "https://github.com/wlitwin/graphv/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "ppx_expect" {>= "v0.14.1" & with-test}
12 "graphv_gles2_native" {= "0.1.1"}
13 "graphv_webgl" {= "0.1.1"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/wlitwin/graphv.git"
31url {
32 src:
33 "https://github.com/wlitwin/graphv/releases/download/v0.1.1/graphv-v0.1.1.tbz"
34 checksum: [
35 "sha256=29968fe3169b937224e8b59c644825fb6f48ca6d772f7b1d9a274089f542e89e"
36 "sha512=449bdaffabc61eadd183c16fdf2a0c67bdb0773fc9623c254e71e293ae2c4f182d29b78d746663cc8b01715831b4625e6610295fb7baf321ad148e52d1715ae7"
37 ]
38}
39x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"