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

https://github.com/atomicptr/pathlib-ml

Experimental path library for OCaml inspired by Pythons pathlib.
https://github.com/atomicptr/pathlib-ml

ocaml ocaml-library path

Last synced: about 1 month ago
JSON representation

Experimental path library for OCaml inspired by Pythons pathlib.

Awesome Lists containing this project

README

          

# pathlib-ml

Experimental path library for OCaml inspired by Pythons pathlib.

## Motivation

I am porting a lot of my Python tools to OCaml and noticed that I am a very heavy user of Pythons pathlib library and
while OCamls standard library provides some of these I keep often reimplementing them myself and thought putting this all
together into one library is a good idea!

## License

MIT