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 & >= "0.9.0"}
15 "result"
16 "astring"
17]
18build: [[
19 "ocaml" "pkg/pkg.ml" "build"
20 "--dev-pkg" "%{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.2.tbz"
33 checksum: [
34 "sha256=2ce2ae81a9d945696771c62082e817fbe49ed39499d8ad9a63b8e2bb502b20c3"
35 "md5=52c7ecb0bf180088336f3c645875fa41"
36 ]
37}