yajl

yajl

Yet Another JSON Library

  • version 2.1.0-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install yajl

or

kpkg build yajl

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["jsoncpp"]
    N1["automake"]
    N2["yajl"]
    style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N3["cmake"]
    N4["autoconf"]
    N5["libuv"]
    N6["libtool"]
    N7["rhash"]
    N0 --> N3
    N1 --> N5
    N3 --> N2
    N4 --> N1
    N5 --> N3
    N6 --> N5
    N7 --> N3