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