freebsd-ports/devel/rapidjson/pkg-plist
Vanilla I. Shu f977ec2b11 Add rapidjson 0.150310, fast JSON parser/generator for C++ with both
SAX/DOM style API.

PR:		198516
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-03-12 02:05:23 +00:00

45 lines
1.8 KiB
Text

include/rapidjson/allocators.h
include/rapidjson/document.h
include/rapidjson/encodedstream.h
include/rapidjson/encodings.h
include/rapidjson/error/en.h
include/rapidjson/error/error.h
include/rapidjson/filereadstream.h
include/rapidjson/filestream.h
include/rapidjson/filewritestream.h
include/rapidjson/internal/biginteger.h
include/rapidjson/internal/diyfp.h
include/rapidjson/internal/dtoa.h
include/rapidjson/internal/ieee754.h
include/rapidjson/internal/itoa.h
include/rapidjson/internal/meta.h
include/rapidjson/internal/pow10.h
include/rapidjson/internal/stack.h
include/rapidjson/internal/strfunc.h
include/rapidjson/internal/strtod.h
include/rapidjson/memorybuffer.h
include/rapidjson/memorystream.h
include/rapidjson/msinttypes/inttypes.h
include/rapidjson/msinttypes/stdint.h
include/rapidjson/prettywriter.h
include/rapidjson/rapidjson.h
include/rapidjson/reader.h
include/rapidjson/stringbuffer.h
include/rapidjson/writer.h
lib/cmake/RapidJSON/RapidJSONConfig.cmake
lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake
libdata/pkgconfig/RapidJSON.pc
%%DOCS%%share/doc/RapidJSON/readme.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prettyauto/prettyauto.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/serialize/serialize.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpledom/simpledom.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplereader/simplereader.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplewriter/simplewriter.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/tutorial.cpp