this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"] 4homepage: "http://erratique.ch/software/fpath" 5doc: "http://erratique.ch/software/fpath" 6dev-repo: "git+http://erratique.ch/repos/fpath.git" 7bug-reports: "https://github.com/dbuenzli/fpath/issues" 8tags: [ "file" "system" "path" "org:erratique" ] 9license: "ISC" 10depends: [ 11 "ocaml" {>= "4.01.0" & < "4.12"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "topkg" {build & >= "0.7.5"} 15 "result" 16 "astring" 17] 18build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 19synopsis: "File system paths for OCaml" 20description: """ 21Fpath is an OCaml module for handling file system paths with POSIX or 22Windows conventions. Fpath processes paths without accessing the file 23system and is independent from any system library. 24 25Fpath depends on [Astring][astring] and is distributed under the ISC 26license. 27 28[astring]: http://erratique.ch/software/astring""" 29url { 30 src: "http://erratique.ch/software/fpath/releases/fpath-0.7.0.tbz" 31 checksum: [ 32 "sha256=997817cf4c5120c15e49ee6da4ef8f957355304789f3401cc6f39d173c99ed66" 33 "md5=865c9e7057626894f0e5a54f07bf8295" 34 ] 35}