File: control

package info (click to toggle)
raku-json-unmarshal 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 929 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
24
25
Source: raku-json-unmarshal
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-sequence-raku,
               prove6,
               raku-json-fast,
               raku-json-name
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl6-team/modules/raku-json-unmarshal
Vcs-Git: https://salsa.debian.org/perl6-team/modules/raku-json-unmarshal.git
Homepage: https://github.com/jonathanstowe/JSON-Unmarshal
Rules-Requires-Root: no

Package: raku-json-unmarshal
Architecture: any
Depends: ${misc:Depends},
         ${raku:Depends},
         raku-json-fast,
         raku-json-name
Description: Raku module to turn JSON into objects
 A Raku module to make JSON data from an Object. This module
 provides the opposite functionality of JSON::Marshal.