blob: c3e84dc0e893797dd3015bfe38973a793a2b7e30 (
plain)
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
27
28
29
30
31
32
33
34
35
|
==libmustach.pc==
Name: libmustach
Version: VERSION
Description: C Mustach single library
Cflags: -Imustach
Libs: -lmustach
==libmustach-core.pc==
Name: libmustach-core
Version: VERSION
Description: C Mustach core library
Cflags: -Imustach
Libs: -lmustach-core
==libmustach-cjson.pc==
Name: libmustach-cjson
Version: VERSION
Description: C Mustach library for cJSON
Cflags: -Imustach
Libs: -lmustach-cjson
==libmustach-json-c.pc==
Name: libmustach-json-c
Version: VERSION
Description: C Mustach library for json-c
Cflags: -Imustach
Libs: -lmustach-json-c
==libmustach-jansson.pc==
Name: libmustach-jansson
Version: VERSION
Description: C Mustach library for jansson
Cflags: -Imustach
Libs: -lmustach-jansson
|