An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# pathological

[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/pathological.svg)](https://clojars.org/io.logicblocks/pathological)
[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/pathological.svg)](https://clojars.org/io.logicblocks/pathological)
[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/pathological.svg)](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).