this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] graphv_webgl_impl, graphv_webgl, graphv_gles2_native_impl, graphv_gles2_native, graphv_gles2, graphv_font_stb_truetype, graphv_font_js, graphv_font, graphv_core_lib, graphv_core and graphv (0.1.1)

CHANGES:

* Fix stencil path bug when rendering a fill (9ba038d)
* Remove debug assert

+441
+39
packages/graphv/graphv.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Top_level graphv package, includes all dependencies" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 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 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 31 + url { 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 + } 39 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+39
packages/graphv_core/graphv_core.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Functor for creating a new Graphv library based on a font render and backend renderer" 4 + maintainer: ["walter@litwinczyk.com"] 5 + authors: ["Walter Litwinczyk"] 6 + license: "MIT" 7 + homepage: "https://github.com/wlitwin/graphv" 8 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 9 + bug-reports: "https://github.com/wlitwin/graphv/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ppx_expect" {>= "v0.14.1" & with-test} 13 + "graphv_core_lib" {= "0.1.1"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 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 + ] 30 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 31 + url { 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 + } 39 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+40
packages/graphv_core_lib/graphv_core_lib.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Primitives for the Graphv vector graphics library" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "ocaml" {>= "4.08"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 30 + available: 31 + (arch = "x86_64" | arch = "arm64" | arch = "ppc64" | arch = "s390x") & (os != "macos") 32 + url { 33 + src: 34 + "https://github.com/wlitwin/graphv/releases/download/v0.1.1/graphv-v0.1.1.tbz" 35 + checksum: [ 36 + "sha256=29968fe3169b937224e8b59c644825fb6f48ca6d772f7b1d9a274089f542e89e" 37 + "sha512=449bdaffabc61eadd183c16fdf2a0c67bdb0773fc9623c254e71e293ae2c4f182d29b78d746663cc8b01715831b4625e6610295fb7baf321ad148e52d1715ae7" 38 + ] 39 + } 40 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+38
packages/graphv_font/graphv_font.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Functor for generating the Graphv font library" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "graphv_core_lib" {= "0.1.1"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 30 + url { 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 + } 38 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+42
packages/graphv_font_js/graphv_font_js.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Javascript implementation of the font interface for Graphv" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "graphv_font" {= "0.1.1"} 13 + "js_of_ocaml-ppx" {>= "3.9.0"} 14 + "js_of_ocaml" {>= "3.9.0"} 15 + "graphv_webgl_impl" {= "0.1.1"} 16 + "graphv_core_lib" {= "0.1.1"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 34 + url { 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 + } 42 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+40
packages/graphv_font_stb_truetype/graphv_font_stb_truetype.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "STB truetype implementation of the font interface for Graphv" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "stb_truetype" {>= "0.6"} 13 + "graphv_font" {= "0.1.1"} 14 + "graphv_core_lib" {= "0.1.1"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 32 + url { 33 + src: 34 + "https://github.com/wlitwin/graphv/releases/download/v0.1.1/graphv-v0.1.1.tbz" 35 + checksum: [ 36 + "sha256=29968fe3169b937224e8b59c644825fb6f48ca6d772f7b1d9a274089f542e89e" 37 + "sha512=449bdaffabc61eadd183c16fdf2a0c67bdb0773fc9623c254e71e293ae2c4f182d29b78d746663cc8b01715831b4625e6610295fb7baf321ad148e52d1715ae7" 38 + ] 39 + } 40 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+38
packages/graphv_gles2/graphv_gles2.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Functor for creating a Graphv renderer based on GLES2" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "graphv_core_lib" {= "0.1.1"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 29 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 30 + url { 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 + } 38 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+42
packages/graphv_gles2_native/graphv_gles2_native.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Full version of the Graphv library based on native GLES2" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 10 + "dune" {>= "2.8"} 11 + "ppx_expect" {>= "v0.14.1" & with-test} 12 + "graphv_font" {= "0.1.1"} 13 + "graphv_font_stb_truetype" {= "0.1.1"} 14 + "graphv_gles2_native_impl" {= "0.1.1"} 15 + "graphv_gles2" {= "0.1.1"} 16 + "graphv_core" {= "0.1.1"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 34 + url { 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 + } 42 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+40
packages/graphv_gles2_native_impl/graphv_gles2_native_impl.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Native GLES2 implementation of the backend renderer for the Graphv library" 4 + maintainer: ["walter@litwinczyk.com"] 5 + authors: ["Walter Litwinczyk"] 6 + license: "MIT" 7 + homepage: "https://github.com/wlitwin/graphv" 8 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 9 + bug-reports: "https://github.com/wlitwin/graphv/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ppx_expect" {>= "v0.14.1" & with-test} 13 + "conf-gles2" {>= "1"} 14 + "graphv_core_lib" {= "0.1.1"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 32 + url { 33 + src: 34 + "https://github.com/wlitwin/graphv/releases/download/v0.1.1/graphv-v0.1.1.tbz" 35 + checksum: [ 36 + "sha256=29968fe3169b937224e8b59c644825fb6f48ca6d772f7b1d9a274089f542e89e" 37 + "sha512=449bdaffabc61eadd183c16fdf2a0c67bdb0773fc9623c254e71e293ae2c4f182d29b78d746663cc8b01715831b4625e6610295fb7baf321ad148e52d1715ae7" 38 + ] 39 + } 40 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+42
packages/graphv_webgl/graphv_webgl.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Full version of the Graphv library based on WebGL" 3 + maintainer: ["walter@litwinczyk.com"] 4 + authors: ["Walter Litwinczyk"] 5 + license: "MIT" 6 + homepage: "https://github.com/wlitwin/graphv" 7 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 8 + bug-reports: "https://github.com/wlitwin/graphv/issues" 9 + depends: [ 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 + ] 19 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 34 + url { 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 + } 42 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"
+41
packages/graphv_webgl_impl/graphv_webgl_impl.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "WebGL implementation of the backend renderer for the Graphv library" 4 + maintainer: ["walter@litwinczyk.com"] 5 + authors: ["Walter Litwinczyk"] 6 + license: "MIT" 7 + homepage: "https://github.com/wlitwin/graphv" 8 + doc: "https://wlitwin.github.io/docs/graphv/graphv" 9 + bug-reports: "https://github.com/wlitwin/graphv/issues" 10 + depends: [ 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"} 15 + "graphv_core_lib" {= "0.1.1"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 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 + ] 32 + dev-repo: "git+https://github.com/wlitwin/graphv.git" 33 + url { 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 + } 41 + x-commit-hash: "12fd65f001f7d796b08647e82f9f0201ce7ae884"