diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 07:13:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-10 07:13:34 +0800 |
commit | 00a6e6f68a414c33fa49ab3e9a8699291dc30982 (patch) | |
tree | 554a749982f2ce8008537160f3cd07750cb88ff5 /converters/Makefile | |
parent | 9427f3f62295b87c722f150126e1eea2802d1d58 (diff) | |
download | freebsd-ports-gnome-00a6e6f68a414c33fa49ab3e9a8699291dc30982.tar.gz freebsd-ports-gnome-00a6e6f68a414c33fa49ab3e9a8699291dc30982.tar.zst freebsd-ports-gnome-00a6e6f68a414c33fa49ab3e9a8699291dc30982.zip |
- Add p5-JSON-Tiny 0.36
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious
framework. It has been adapted as a single-source-file module of under 350 lines
of code and core-only dependencies.
Key features include relaxed JSON handling, transparent Unicode support, speed,
small memory footprint, and a minimal code base ideal for bundling or inlining.
Mojo::JSON was chosen as a model because it is robust, minimal, and well tested.
Mojo::JSON's tests were also adapted to a design free of non-core dependencies.
WWW: http://search.cpan.org/dist/JSON-Tiny/
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 519c1ea6bf41..98734b9c798a 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -90,6 +90,7 @@ SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP + SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 |