this repo has no description
1# This file was generated by `drom` from `drom.toml`. 2# Do not modify or add to the `skip` field of `drom.toml`. 3opam-version: "2.0" 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5synopsis: "Easy file manipulation (read_file, write_file, etc.)" 6description: """\ 7This library provides some modules to read and write files, and create 8and scan directories. 9""" 10authors: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 11maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"] 12homepage: "https://ocamlpro.github.io/ez_file" 13doc: "https://ocamlpro.github.io/ez_file/sphinx" 14bug-reports: "https://github.com/ocamlpro/ez_file/issues" 15dev-repo: "git+https://github.com/ocamlpro/ez_file.git" 16tags: "org:ocamlpro" 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31depends: [ 32 "ocaml" {>= "4.07.0"} 33 "dune" {>= "2.6.0"} 34 "dune" {with-test & < "2.8.0"} 35 "re" {>= "1.8.0" & < "2.0.0"} 36 "ocplib_stuff" {>= "0.1.0" & < "1.0.0"} 37 "base-unix" {>= "base"} 38 "ppx_inline_test" {with-test} 39 "ppx_expect" {with-test} 40 "odoc" {with-doc} 41 "ocamlformat" {with-test} 42 "dune" {>= "2.6.0" & < "3.0.0"} 43] 44 45url { 46 src: "https://github.com/ocamlpro/ez_file/archive/v0.2.0.tar.gz" 47 checksum: [ 48 "sha256=e7b32ebead0f0be76b96b8bd0f826f2a115850b56c6d1129656060d5eff23c97" 49 "md5=ce2f4ab5bcb432c552d525dc48a3bdf9" 50 ] 51}