1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[plugin]
title=JSON HTTP interface
description=libevent based http server with JSON interface
version=0.1
author=Stewart Smith
license=PLUGIN_LICENSE_GPL
headers=
json/autolink.h
json/config.h
json/features.h
json/forwards.h
json/json_batchallocator.h
json/json.h
json/reader.h
json/value.h
json/writer.h
json/json_internalarray.inl
json/json_internalmap.inl
json/json_valueiterator.inl
sources=
json_server.cc
json/json_reader.cpp
json/json_value.cpp
json/json_writer.cpp
build_conditional="x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"
ldflags=${LTLIBEVENT}
|