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