json-static 0.9.8-1build4 source package in Ubuntu

Changelog

json-static (0.9.8-1build4) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 22:22:53 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
json-static_0.9.8.orig.tar.gz 34.4 KiB b930cdcb71d6e2042c70a87764e3efe956a7ec111b1ad65ac7cfe6df3b977e52
json-static_0.9.8-1build4.diff.gz 2.5 KiB 6f74a1bcd01581d632573a2b8bb652d0e25ac4182e4bcedc0f55b33484ae7825
json-static_0.9.8-1build4.dsc 1.4 KiB 63d837f3136f0640e76b95cbaccb2c0265740a26ec85687c24932f4d678f5a86

Available diffs

View changes file

Binary packages built by this source

libjson-static-camlp4-dev: 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.