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/doc" 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} 15 "result" 16 "astring" 17] 18build: [[ 19 "ocaml" "pkg/pkg.ml" "build" 20 "--pinned" "%{pinned}%" ]] 21synopsis: "File system paths for OCaml" 22description: """ 23Fpath is an OCaml module for handling file system paths with POSIX or 24Windows conventions. Fpath processes paths without accessing the file 25system and is independent from any system library. 26 27Fpath depends on [Astring][astring] and is distributed under the ISC 28license. 29 30[astring]: http://erratique.ch/software/astring""" 31url { 32 src: "http://erratique.ch/software/fpath/releases/fpath-0.7.1.tbz" 33 checksum: [ 34 "sha256=cfd8dbf2434ac64adc4a75d581bb6446ba9d02f5c5308dd53354f62364242314" 35 "md5=8e519c022c676ea89b712cfc16134fef" 36 ] 37}