https://github.com/github/libbuffer
This library holds utility functions for working with string buffers in C.
https://github.com/github/libbuffer
Last synced: 5 months ago
JSON representation
This library holds utility functions for working with string buffers in C.
- Host: GitHub
- URL: https://github.com/github/libbuffer
- Owner: github
- License: other
- Archived: true
- Created: 2021-01-06T14:55:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T14:53:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T07:42:44.212Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 9
- Watchers: 236
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# libbuffer
This library holds utility functions for working with string buffers
in C.
The library has been extracted from libgit2 internal functions, and to
make them available for use for other programs, and is used in
production at GitHub.
## Building
To build this library use `make`, which will generate the `libbuffer.so.0` shared library.
Similarly, to install it on your system, you can use `make install`.
The tests can be run using `make test`.
## License
`libbuffer` is under GPL2 with linking exception. This means you can
link to and use the library from any program, proprietary or open
source; paid or gratis. However, if you modify libbuffer itself, you
must distribute the source to your modified version of libbuffer.
See the [COPYING file](COPYING) for the full license text.