https://github.com/lutoma/libkdict
A library to provide a python-dictionary-like datatype to C
https://github.com/lutoma/libkdict
Last synced: about 2 months ago
JSON representation
A library to provide a python-dictionary-like datatype to C
- Host: GitHub
- URL: https://github.com/lutoma/libkdict
- Owner: lutoma
- License: lgpl-3.0
- Archived: true
- Created: 2011-11-15T21:36:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-12T00:15:10.000Z (over 13 years ago)
- Last Synced: 2025-02-06T04:12:50.802Z (3 months ago)
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
libdict README file
Libdict is a small library that intends to bring python-style
dictionaries to C. It provides various functions for dictionary
interaction like dict_get, dict_set etc.Compilation instructions
========================To compile libdict to a static library, simply run:
make static
and you'll get a libdict.a.Docs
====For documentation on how to use libdict, see the doc directory. Also,
there's an example file which shows some of libdict's functions. It is
a good starting point to get an idea of how things work and can be found
in examples/example.c. To compile it, run:
make exampleP.S.: Yes, i know there are other libraries doing the same. The reasons
i still built my own one are:1. I needed it and didn't have internet at that point
2. It had/has to work in Xelix