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 30
|
Source: ppx-deriving-yojson
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-ocaml (>= 1.2),
ocaml,
libfindlib-ocaml,
cppo,
ocaml-dune,
libyojson-ocaml-dev (>= 3.0.0),
libounit-ocaml-dev <!nocheck>,
libppx-deriving-ocaml-dev (>= 6.1)
Standards-Version: 4.7.3
Homepage: https://github.com/whitequark/ppx_deriving_yojson
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-deriving-yojson
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-deriving-yojson.git
Package: libppx-deriving-yojson-ocaml-dev
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Suggests: ocaml-findlib
Description: OCaml syntax extension for JSON serialization
Ppx-deriving-yojson is a syntax extension for the OCaml programming
language. It allows you to annotate your type definitions, such that
functions for serialization to JSON, and for deserialization from
JSON, are automatically derived.
|