Source: jsonm Section: devel Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Mehdi Dogguy Build-Depends: debhelper (>= 8), ocaml-nox (>= 4.03~), ocaml-findlib (>= 1.4), libuutf-ocaml-dev (>= 1.0.1-2~), ocamlbuild, dh-ocaml (>= 0.9) Standards-Version: 3.9.8 Homepage: http://erratique.ch/software/jsonm Vcs-Git: https://salsa.debian.org/ocaml-team/jsonm.git Vcs-Browser: https://salsa.debian.org/ocaml-team/jsonm Package: libjsonm-ocaml-dev Architecture: any Section: ocaml Depends: ${ocaml:Depends}, ${shlibs:Depends}, ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: Non-blocking streaming JSON codec for OCaml Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. . The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments. . This package contains the development modules you need to use Jsonm in your programs. Package: libjsonm-ocaml Architecture: any Section: ocaml Depends: ${ocaml:Depends}, ${shlibs:Depends}, ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: Non-blocking streaming JSON codec for OCaml (plugins) Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. . The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments. . This package contains dynamically loadable modules for plugins. Package: libjsonm-ocaml-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Non-blocking streaming JSON codec for OCaml (documentation) Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON data format. It can process JSON text without blocking on IO and without a complete in-memory representation of the data. . The uncut codec also processes whitespace and (non-standard) JSON with JavaScript comments. . This package contains the documentation of Jsonm.