a23af9fbca
Patches have been applied upstream. Release notes: * serialize binary values as base64-encoded strings * user modules moved to top-level qore module directory from version-specific module directory since they are valid for multiple versions of qore * serialize nan, +/-inf as null according to the JSON spec * added detection for invalid JSON-RPC calls and added a more user-friendly error message in the JsonRpcHandler module * new functions added conforming to Qore's function naming convention, old camel-case functions deprecated * JSON tests ported to QUnit * Qore 0.8.12 required as a minimum to build * JSON output is more compact; fewer extransous whitespaces are used
15 lines
492 B
Makefile
15 lines
492 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2016/07/20 13:05:12 nros Exp $
|
|
|
|
BUILDLINK_TREE+= qore-json-module
|
|
|
|
.if !defined(QORE_JSON_MODULE_BUILDLINK3_MK)
|
|
QORE_JSON_MODULE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore-json-module+= qore-json-module>=1.4
|
|
BUILDLINK_ABI_DEPENDS.qore-json-module?= qore-json-module>=1.5
|
|
BUILDLINK_PKGSRCDIR.qore-json-module?= ../../textproc/qore-json-module
|
|
|
|
.include "../../lang/qore/buildlink3.mk"
|
|
.endif # QORE_JSON_MODULE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore-json-module
|