Carpentry
Carpentry is an open collective that builds packages for Carp. You can find us on GitHub or on the Carp chat.
We’re always looking for new maintainers!
Packages
Encodings & Parsers
- ast: A library for working with Carp ASTs in dynamic Carp
- base64: A base64 library
- semver: Semantic versions
- uri: A URI datatype and parser
- utf8: A small library for UTF8 strings
- uuid: A simple UUID library and data type, conforming to RFC 4122
Data Types & Data Structures
- dimensions: Generic utilities for working with dimensional containers
- rational: Rational numbers
- time: A date and time library
Files
Logging
- filelog: A simple file-based logger
- log: A logging facade
- simplelog: The simplest logging backend to log
Networking
Wrappers
- dynlib: Dynamic library loading
- hydrogen: A simple wrapper around libhydrogen
- lua: A simple way to embed Lua in Carp [WIP]
- sqlite3: A simple high-level wrapper around SQLite3
- zlib: a high-level wrapper around ZLib