https://github.com/pixelcmtd/libcwl
a c library for reading and writing cwishlists
https://github.com/pixelcmtd/libcwl
Last synced: 22 days ago
JSON representation
a c library for reading and writing cwishlists
- Host: GitHub
- URL: https://github.com/pixelcmtd/libcwl
- Owner: pixelcmtd
- License: lgpl-2.1
- Created: 2019-05-28T09:01:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T09:15:34.000Z (about 7 years ago)
- Last Synced: 2025-01-17T19:49:40.846Z (over 1 year ago)
- Language: C
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libcwl - a C library for CWishlist formats
This is a - not yet production-ready - library for reading and writing
CWL, CWLB, CWLU and CWLD files.
## licensing
Most of this code is licensed under the terms of the
[GNU LGPLv2.1](LICENSE), [base64.c](base64.c) is BSD-licensed, because
the original version was.