File: control

package info (click to toggle)
raku-json-fast 0.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: perl: 703; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: raku-json-fast
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-devel@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-raku (>= 0.19),
               dh-sequence-raku
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-json-fast
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-json-fast.git
Homepage: https://github.com/timo/json_fast
Rules-Requires-Root: no

Package: raku-json-fast
Architecture: all
Depends: ${misc:Depends},
         ${raku:Depends}
Description: fast json parser and serializer
 A naive imperative JSON parser in pure Raku (but with direct access to
 nqp:: ops), to evaluate performance against JSON::Tiny. It is a drop-in
 replacement for JSON::Tiny’s from-json and to-json subs, but it offers a
 few extra features.