this repo has no description
1opam-version: "2.0"
2synopsis: "Full version of the Graphv library based on WebGL"
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_font" {= "0.1.1"}
13 "graphv_font_js" {= "0.1.1"}
14 "graphv_webgl_impl" {= "0.1.1"}
15 "graphv_gles2" {= "0.1.1"}
16 "graphv_core" {= "0.1.1"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/wlitwin/graphv.git"
34url {
35 src:
36 "https://github.com/wlitwin/graphv/releases/download/v0.1.1/graphv-v0.1.1.tbz"
37 checksum: [
38 "sha256=29968fe3169b937224e8b59c644825fb6f48ca6d772f7b1d9a274089f542e89e"
39 "sha512=449bdaffabc61eadd183c16fdf2a0c67bdb0773fc9623c254e71e293ae2c4f182d29b78d746663cc8b01715831b4625e6610295fb7baf321ad148e52d1715ae7"
40 ]
41}
42x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"