json-static 0.9.8-1build3 source package in Ubuntu

Changelog

json-static (0.9.8-1build3) precise; urgency=low

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 18:38:19 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise 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-1build3.diff.gz 2.4 KiB ca62b08a0006c6b067caf025f423bd71a9c6a1d8585a1ad9eac645a5516500ad
json-static_0.9.8-1build3.dsc 2.1 KiB cb2bfe682b650d1a84640b712176fe3ab7b517cecb2f1ce26d8a4117ee818f41

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.