package ppx_jsobject_conv

  1. Overview
  2. No Docs
Ppx plugin for Typeconv to derive conversion from ocaml types to js objects to use with js_of_ocaml.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
md5=ed451b86c81055b7980b34a4119069cb

Description

For types annotated with [@@deriving jsobject], plugin will generate pair of functions: of_jsobject/jsobject_of to convert from/to JavaScript objects. This allows one to use clean OCaml types to describe their logic, while having ability to easy go down to js types. Easy conversion from js objects to OCaml types means also, one can use fast native JSON.parse to convert JSON to OCaml types.

Tags

syntax jsoo javascript

Published: 11 May 2016

Dependencies (9)

  1. ocamlbuild build
  2. ocamlfind build
  3. ppx_deriving
  4. ppx_core < "v0.9.0"
  5. ppx_driver
  6. ppx_type_conv >= "113.24.00" & < "v0.9.0"
  7. result
  8. js_of_ocaml < "3.3.0"
  9. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None