-
Notifications
You must be signed in to change notification settings - Fork 11
/
opam
29 lines (26 loc) · 994 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
opam-version: "2.0"
name: "fpath"
synopsis: "File system paths for OCaml"
description: """\
Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.
Fpath depends on [Astring][astring] and is distributed under the ISC
license.
[astring]: http://erratique.ch/software/astring
Home page: http://erratique.ch/software/fpath"""
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
authors: "The fpath programmers"
license: "ISC"
tags: ["file" "system" "path" "org:erratique"]
homepage: "https://erratique.ch/software/fpath"
doc: "https://erratique.ch/software/fpath/doc/"
bug-reports: "https://github.com/dbuenzli/fpath/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/fpath.git"