package ez_file

  1. Overview
  2. Docs
Easy file manipulation (read_file, write_file, etc.)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
sha256=e426f0853d613ce290003e4df93bdda93cb20be9b19ee57d59df0f92842310e9

Description

This library provides some modules to read and write files, and create and scan directories.

Tags

org:ocamlpro

Published: 08 Mar 2022

README

README.md

ez_file

This library provides some modules to read and write files, and create and scan directories.

  • Website: https://ocamlpro.github.io/ez_file

  • General Documentation: https://ocamlpro.github.io/ez_file/sphinx

  • API Documentation: https://ocamlpro.github.io/ez_file/doc

  • Sources: https://github.com/ocamlpro/ez_file

Dependencies (5)

  1. base-unix >= "base"
  2. ocplib_stuff >= "0.1.0" & < "1.0.0"
  3. re >= "1.8.0" & < "2.0.0"
  4. dune >= "2.7.0"
  5. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Conflicts

None