package ppx_jsobject_conv

  1. Overview
  2. 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.5.0.tar.gz
md5=021f0dcb52e563b4e2927f0d1db26bf5

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.

Plugin supports number of customizations.

Tags

syntax jsoo javascript

Published: 21 Jan 2018

Dependencies (9)

  1. ocamlfind build
  2. jbuilder >= "1.0+beta12"
  3. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  4. ppx_metaquot
  5. ppx_core
  6. ppx_driver
  7. ppx_type_conv >= "v0.10.0"
  8. js_of_ocaml >= "2.8" & < "3.4"
  9. ocaml >= "4.04.0"

Dev Dependencies (1)

  1. webtest with-test

Used by

None

Conflicts

None