package JsOfOCairo

  1. Overview
  2. Docs
Library to reuse Cairo-based drawing code in web browsers

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.0.tar.gz
md5=bbe4011607f3735203092523c7609682

Description

JsOfOCairo is an OCaml (4.02.2+) library to reuse Cairo-based drawing code in web browsers. It's an adapter, implementing (a reasonable subset of) the interface of Cairo OCaml targeting HTML5 canvas elements as exposed to OCaml by js_of_ocaml (2.8+).

Published: 19 Aug 2017

Dependencies (5)

  1. js_of_ocaml-ppx >= "3.0" & < "3.3"
  2. js_of_ocaml >= "3.0" & < "3.3"
  3. js_of_ocaml >= "2.8" & < "3.0"
  4. ocamlfind build
  5. ocaml >= "4.02.2" & < "4.06.0"

Dev Dependencies

None

Used by (1)

  1. DrawGrammar < "0.2.1"

Conflicts

None