pkgsrc/textproc/guile-json/Makefile
ng0 e4734fc5da textproc/guile-json: Update to version 3.3.0
Changelog extracted from Changelog file:

bump version to 3.3.0
builder: use string instead of bytevector when throwing exception
Add info to json invalid exception
builder: add #:validate key argument to skip validation
json-builder: throw sensible error warning
parser: make sure empty array slots are considered invalid
added unit tests for scheme object validations
validate scheme object when building JSON document
bump version to 3.2.0
builder: small simplification
add a case for building the JSON of empty JSON objects
builder: document the use of symbols and numbers as JSON object keys
tests: added unit tests for invalid numbers
builder: don't allow complex numbers, inf and nan
bump version to 3.1.0
2019-12-10 18:16:56 +00:00

18 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/12/10 18:16:56 ng0 Exp $
DISTNAME= guile-json-3.3.0
CATEGORIES= textproc
MASTER_SITES= http://download.savannah.gnu.org/releases/guile-json/
MAINTAINER= ng0@NetBSD.org
HOMEPAGE= https://github.com/aconchillo/guile-json
COMMENT= JSON module for Guile
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
GUILE_NEED_BOOTSTRAP= YES
.include "../../lang/guile22/module.mk"
.include "../../mk/bsd.pkg.mk"