opam-version: "2.0" maintainer: "Sylvain Le Gall " authors: [ "Sylvain Le Gall" ] homepage: "http://ocaml-fileutils.forge.ocamlcore.org/" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/gildor478/ocaml-fileutils.git" bug-reports: "https://github.com/gildor478/ocaml-fileutils/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "fileutils"] ] depends: [ "ocaml" {< "5.0"} "base-unix" "base-bytes" "ocamlbuild" {build} "ocamlfind" {build} "ounit" {with-test & >= "2.0.0"} ] synopsis: "Functions to manipulate real file (POSIX like) and filename." flags: light-uninstall url { src: "https://download.ocamlcore.org/ocaml-fileutils/ocaml-fileutils/0.5.3/ocaml-fileutils-0.5.3.tar.gz" checksum: [ "sha256=edd6852cbfeba83caa9b944f231df1daa1913e74cbfd8262297ac1b6296684e5" "md5=9b719b19b96525004c88bf7bc846fa1d" ] }