import p5-CBOR-XS 1.86

OK sthen@

Comment:
concise binary object representation

Description:
This module converts Perl data structures to the Concise Binary
Object Representation (CBOR) and vice versa.  CBOR is a fast binary
serialisation format that aims to use an (almost) superset of the
JSON data model, i.e. when you can represent something useful in
JSON, you should be able to represent it in CBOR.
This commit is contained in:
bluhm 2022-06-09 14:54:56 +00:00
parent 9f5da2e414
commit c0a7e04398
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,21 @@
COMMENT = concise binary object representation
DISTNAME = CBOR-XS-1.86
CPAN_AUTHOR = MLEHMANN
CATEGORIES = converters
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# GPLv3
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-Canary-Stability
RUN_DEPENDS = converters/p5-Types-Serialiser \
devel/p5-common-sense
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (CBOR-XS-1.86.tar.gz) = 2bckoNM3EHt/8c1jKFuukKJWj27PwrUpoyoWv/8TuKk=
SIZE (CBOR-XS-1.86.tar.gz) = 79476

View File

@ -0,0 +1,5 @@
This module converts Perl data structures to the Concise Binary
Object Representation (CBOR) and vice versa. CBOR is a fast binary
serialisation format that aims to use an (almost) superset of the
JSON data model, i.e. when you can represent something useful in
JSON, you should be able to represent it in CBOR.

View File

@ -0,0 +1,7 @@
${P5ARCH}/CBOR/
${P5ARCH}/CBOR/XS.pm
${P5ARCH}/auto/
${P5ARCH}/auto/CBOR/
${P5ARCH}/auto/CBOR/XS/
@so ${P5ARCH}/auto/CBOR/XS/XS.so
@man man/man3p/CBOR::XS.3p