3c1b712748
Changes from release notes: * improved the description for the DESERIALIZATION-ERROR exception for non-deserializable message bodies from HTTP servers with error responses * added the YamlRpcConnection class to the YamlRpcClient module * updated the DataStreamClient module for complex types and new internal RestClient API changes * updated the DataStreamUtil module for complex types * fixed a bug deserializing single-quoted strings; also serialized "!number" values will always include the tag to avoid potential future ambiguity * improved argument error messages with RPC calls in the YamlRpcHandler module
17 lines
496 B
Makefile
17 lines
496 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2018/06/08 20:12:49 nros Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= qore-yaml-module
|
|
|
|
.if !defined(QORE_YAML_MODULE_BUILDLINK3_MK)
|
|
QORE_YAML_MODULE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore-yaml-module+= qore-yaml-module>=0.4
|
|
BUILDLINK_ABI_DEPENDS.qore-yaml-module?= qore-yaml-module>=0.6
|
|
BUILDLINK_PKGSRCDIR.qore-yaml-module?= ../../textproc/qore-yaml-module
|
|
|
|
|
|
.include "../../lang/qore/buildlink3.mk"
|
|
.endif # QORE_YAML_MODULE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore-yaml-module
|