# This file was generated by `drom` from `drom.toml`.
# Do not modify or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
license: "LGPL-2.1-with-OCaml-exception"
synopsis: "Easy file manipulation (read_file, write_file, etc.)"
description: """
This library provides some modules to read and write files, and create 
and scan directories.
"""
authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
homepage: "https://ocamlpro.github.io/ez_file"
doc: "https://ocamlpro.github.io/ez_file/sphinx"
bug-reports: "https://github.com/ocamlpro/ez_file/issues"
dev-repo: "git+https://github.com/ocamlpro/ez_file.git"
tags: "org:ocamlpro"
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "re" {>= "1.8.0" & < "2.0.0"}
  "ocplib_stuff" {>= "0.1.0" & < "1.0.0"}
  "base-unix" {>= "base"}
  "dune" {>= "2.6.0" & < "3.0.0"}
]

url {
    src: "https://github.com/ocamlpro/ez_file/archive/v0.1.2.tar.gz"
    checksum: [ "md5=6f8ceb5e1114b6ad7b37f2f294a56028" ]
}
