opam-version: "2.0"
synopsis: "API to manipulate files (POSIX like) and filenames"
maintainer: "Sylvain Le Gall <sylvain+ocaml@le-gall.net>"
authors: "Sylvain Le Gall"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "http://ocaml-fileutils.forge.ocamlcore.org/"
bug-reports: "https://github.com/gildor478/ocaml-fileutils/issues"
depends: [
  "ocaml"
  "base-unix"
  "base-bytes"
  "stdlib-shims"
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "ounit" {with-test & >= "2.0.0"}
]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix "--enable-tests" {with-test}]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
  ["ocaml" "setup.ml" "-test"] {with-test}
]
install: ["ocaml" "setup.ml" "-install"]
dev-repo: "git+https://github.com/gildor478/ocaml-fileutils.git"
url {
  src:
    "https://github.com/gildor478/ocaml-fileutils/releases/download/v0.6.0/ocaml-fileutils-0.6.0.zip"
  checksum: [
    "md5=e7be073821779c52b74dcffa7edd456e"
    "sha512=b6de447fa2c8bc2d2a465d5b9a0f6be4b63f10e491f52914fba32a178c48cd6bf162b52663b16f670fbe4f301c1bbcedba2b03088d89074c3c168c8668c6cc9d"
  ]
}
