This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
28
unikernel/duniverse/fpath/fpath.opam
Normal file
28
unikernel/duniverse/fpath/fpath.opam
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
opam-version: "2.0"
|
||||
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
|
||||
authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
|
||||
homepage: "http://erratique.ch/software/fpath"
|
||||
doc: "http://erratique.ch/software/fpath/doc"
|
||||
dev-repo: "git+https://github.com/dune-universe/fpath.git"
|
||||
bug-reports: "https://github.com/dbuenzli/fpath/issues"
|
||||
tags: [ "file" "system" "path" "org:erratique" ]
|
||||
license: "ISC"
|
||||
depends: [
|
||||
"dune"
|
||||
"ocaml" {>= "4.03.0"}
|
||||
"astring"
|
||||
]
|
||||
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"""
|
||||
build: [[ "dune" "build" "-p" name ]]
|
||||
url {
|
||||
src: "git://github.com/dune-universe/fpath.git#duniverse-v0.7.3"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue