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.
- Host: GitHub
- URL: https://github.com/atomicptr/pathlib-ml
- Owner: atomicptr
- License: mit
- Created: 2024-03-10T13:56:47.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T11:53:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-07T00:37:44.969Z (11 months ago)
- Topics: ocaml, ocaml-library, path
- Language: OCaml
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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