https://github.com/logicblocks/pathological
A complete wrapper of Java NIO2 for Clojure.
https://github.com/logicblocks/pathological
clojure clojure-library clojure-wrapper file-system file-systems filesystem filesystems java-nio2 path paths
Last synced: 6 months ago
JSON representation
A complete wrapper of Java NIO2 for Clojure.
- Host: GitHub
- URL: https://github.com/logicblocks/pathological
- Owner: logicblocks
- License: mit
- Created: 2019-08-04T15:00:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T07:08:34.000Z (9 months ago)
- Last Synced: 2025-05-29T21:45:29.383Z (7 months ago)
- Topics: clojure, clojure-library, clojure-wrapper, file-system, file-systems, filesystem, filesystems, java-nio2, path, paths
- Language: Clojure
- Size: 572 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pathological
[](https://clojars.org/io.logicblocks/pathological)
[](https://clojars.org/io.logicblocks/pathological)
[](https://github.com/logicblocks/pathological/graphs/contributors)
A thin but comprehensive wrapper of Java NIO2 for Clojure. Requires Java 1.7 or
greater.
## Install
Add the following to your `project.clj` file:
```clj
[io.logicblocks/pathological "0.1.21"]
```
## Documentation
* [API Docs](http://logicblocks.github.io/pathological)
## Usage
FIXME
## License
Copyright © 2021 LogicBlocks Maintainers
Distributed under the terms of the
[MIT License](http://opensource.org/licenses/MIT).