1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: json-static
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Romain Beauxis <toots@rastageeks.org>
Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox,
ocaml-findlib, camlp4-extra, dh-ocaml,
libjson-wheel-ocaml-dev (>= 1.0.6)
Standards-Version: 3.8.3
Homepage: http://martin.jambon.free.fr/json-static.html
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/json-static.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/json-static.git
Package: libjson-static-camlp4-dev
Architecture: any
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib,
camlp4, libjson-wheel-ocaml-dev,
${shlibs:Depends}, ${misc:Depends}
Description: JSON validator and converter for OCaml
json-static is a tool for converting parsed JSON data
with an unchecked structure into specialized OCaml
types and vice-versa.
.
By reading a type definition, the preprocessor inserts
code that converts between OCaml types and untyped
JSON data.
.
Type definitions are written in a syntax which is
very close to regular OCaml type definitions.
|