Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 581 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 581 Bytes

ocaml-wkt

Status: Experimental and WIP

A pure OCaml, non-blocking codec for the Well-known Text representation of Geometry. The library is heavily inspired by jsonm and nbcodec.

Note that the current interface only provides a means to have a non-blocking codec via effects in Multicore OCaml (and keep it direct-style). See the test/wkt_eio.ml for an example using Eio.