package ppx_deriving_yaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Yaml ppx
Install
dune-project
Dependency
Authors
Maintainers
Sources
ppx_deriving_yaml-0.5.0.tbz
sha256=6e99f280519dcc962697292f77678917c69a5ba8ee3c93ea05d329115dcaca5a
sha512=326a597fc8d53fc6ab8dcbf3f534239ce0fc0823380f5c11da75b5c3b55d47f7206db5648113070bef2bd668da37f60f70b7bb42ea6ec99d8209fddbc0edd2a0
doc/README.html
Derivers for Yaml and JSON
This repository contains the source code for:
ppx_deriving_yamla ppx deriver for Yaml.ppx_deriving_ezjsonma ppx deriver for JSON using the Ezjsonm library.ppx_deriving_yamlxa ppx deriver for YAMLx.
Installation
You may need to update your opam-repository.
opam update
opam install ppx_deriving_yaml # For the Yaml deriver
opam install ppx_deriving_ezjsonm # For the Ezjsonm deriver
opam install ppx_deriving_yamlx # For the YAMLx deriverDocumentation
The latest documentation is available here.
The documentation contains sample programs.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page