libflint/README.md

16 lines
594 B
Markdown
Raw Normal View History

2021-02-01 22:27:01 +00:00
# libflint
2021-02-01 22:06:37 +00:00
2023-10-25 16:02:56 +00:00
My personal library of common C data structures and algorithms. Supports Linux, macOS, OpenBSD, and FreeBSD.
2022-03-31 00:02:36 +00:00
## Documentation
2022-05-27 18:15:36 +00:00
Extensive documentation can be found [here](https://fputs.com/docs/libflint/)
2022-03-31 00:02:36 +00:00
## Requirements
2023-11-29 21:40:41 +00:00
Building on Linux requires `libbsd`. Building on macOS, OpenBSD, or FreeBSD requires no extra dependencies.
2022-05-27 18:15:36 +00:00
2023-07-13 20:41:50 +00:00
## Libraries
2023-11-29 21:40:41 +00:00
`libflint` includes [uthash](https://github.com/troydhanson/uthash) for a hash table implementation. `uthash` is a single header file included in the source code of `libflint`. See the top of `include/uthash.h` for license information