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 31 32 33 34
|
Source: erlang-jiffy
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>,
Philipp Huebner <debalance@debian.org>
Section: devel
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
erlang-dev,
erlang-eunit,
erlang-xmerl,
erlang-dialyzer,
erlang-proper-dev,
dh-rebar (>= 0.0.6)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/erlang-jiffy
Vcs-Git: https://salsa.debian.org/erlang-team/packages/erlang-jiffy.git
Homepage: https://github.com/davisp/jiffy
Package: erlang-jiffy
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
erlang-base, ${erlang-abi:Depends},
${erlang:Depends},
erlang-xmerl,
erlang-proper
Multi-Arch: allowed
Description: JSON NIFs (Native Implemented Functions) for Erlang
A JSON parser as a NIF (Native Implemented Functions). This is a complete
rewrite of the work this was done in EEP0018 that was based on Yajl. This
new version is a hand crafted state machine that does its best to be as
quick and efficient as possible while not placing any constraints on the
parsed JSON.
|