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.03.0"} 33 "re" {>= "1.8.0" & < "2.0.0"} 34 "ocplib_stuff" {>= "0.1.0" & < "1.0.0"} 35 "base-unix" {>= "base"} 36 "dune" {>= "2.6.0" & < "3.0.0"} 37] 38 39url { 40 src: "https://github.com/ocamlpro/ez_file/archive/v0.1.2.tar.gz" 41 checksum: [ 42 "sha256=664ded0c77e15cda645228c4c042e752e9dda25fdc97d26bf0222c6c063d1dff" 43 "md5=6f8ceb5e1114b6ad7b37f2f294a56028" 44 ] 45}