package ez_file

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=463b4687cbf1f25af977b1b6df0ba93d
sha512=d20a395ef0e08cafdd9fc64828dfc665924b8acde62f7c4503e9f88c3b6be23ce40d70e6ef4e457ea0800de112e9749fec4903c1c8e40ed72b45a8e46391dfa8

Description

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

Tags

org:ocamlpro

Added to opam-repository:

README

Actions Status Release

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 (6)

  1. dune >= "2.8"
  2. base-unix >= "base"
  3. ocplib_stuff >= "0.1.0" & < "1.0.0"
  4. re >= "1.8.0" & < "2.0.0"
  5. dune >= "2.8.0"
  6. ocaml >= "4.11.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. ppx_expect with-test

Conflicts

None