NOTICE: This package has been removed from pkgsrc

./wip/ocaml-biniou, Extensible binary serialization format

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.9, Package name: ocaml-biniou-1.0.9, Maintainer: pkgsrc-users

Biniou (pronounced "be new") is a binary data format designed for
speed, safety, ease of use and backward compatibility as protocols
evolve. Biniou is vastly equivalent to JSON in terms of functionality
but allows implementations several times faster (4 times faster than
yojson), with 25-35% space savings.

Required to run:
[lang/ocaml] [devel/ocaml-findlib] [wip/ocaml-easy-format]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: bc5b528014363259ac2cb19be131a653845cf227
Filesize: 23.401 KB

Version history: (Expand)


CVS history: (Expand)


   2014-11-21 07:01:35 by Hiramatsu Yoshifumi | Files touched by this commit (5)
Log message:
- Build native code module.
- Add buildlink3.mk.
   2014-11-17 12:48:22 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Convert to use mk/ocaml.mk.
   2014-07-02 07:06:57 by Hiramatsu Yoshifumi | Files touched by this commit (4)
Log message:
Import OCaml library Biniou into wip/ocaml-biniou.

Biniou (pronounced "be new") is a binary data format designed for
speed, safety, ease of use and backward compatibility as protocols
evolve. Biniou is vastly equivalent to JSON in terms of functionality
but allows implementations several times faster (4 times faster than
yojson), with 25-35% space savings.