https://github.com/logicblocks/datatype
A collection of libraries with utility functions for common data types.
https://github.com/logicblocks/datatype
Last synced: 6 months ago
JSON representation
A collection of libraries with utility functions for common data types.
- Host: GitHub
- URL: https://github.com/logicblocks/datatype
- Owner: logicblocks
- License: mit
- Created: 2024-04-27T22:51:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:44:30.000Z (7 months ago)
- Last Synced: 2024-10-28T13:43:27.796Z (7 months ago)
- Language: Clojure
- Size: 173 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# datatype
A collection of libraries with utility functions for common data types.
## Install
Add the following to your `project.clj` file:
```clj
[io.logicblocks/datatype "0.0.1-RC2"]
```## Documentation
* [API Docs](http://logicblocks.github.io/datatype)
## Usage
TODO: Add usage.
## License
Copyright © 2024 LogicBlocks Maintainers.
Distributed under the MIT license.