48 lines
1.9 KiB
Plaintext
Generated
48 lines
1.9 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
synopsis: """Basic OS interaction for OCaml"""
|
|
maintainer: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"]
|
|
authors: ["The bos programmers"]
|
|
homepage: "https://erratique.ch/software/bos"
|
|
doc: "https://erratique.ch/software/bos/doc"
|
|
dev-repo: "git+https://erratique.ch/repos/bos.git"
|
|
bug-reports: "https://github.com/dbuenzli/bos/issues"
|
|
license: ["ISC"]
|
|
tags: ["os" "system" "cli" "command" "file" "path" "log" "unix"
|
|
"org:erratique"]
|
|
depends: ["ocaml" {>= "4.08.0"}
|
|
"ocamlfind" {build}
|
|
"ocamlbuild" {build}
|
|
"topkg" {build & >= "1.0.3"}
|
|
"base-unix"
|
|
"rresult" {>= "0.7.0"}
|
|
"astring"
|
|
"fpath" {>= "0.7.3"}
|
|
"fmt" {>= "0.8.10"}
|
|
"logs"
|
|
"mtime" {with-test}]
|
|
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
|
|
url {
|
|
src: "https://erratique.ch/software/bos/releases/bos-0.2.1.tbz"
|
|
checksum: "sha512=8daeb8a4c2dd1f2460f6274ada19f4f1b6ebe875ff83a938c93418ce0e6bdb74b8afc5c9a7d410c1c9df2dad030e4fa276b6ed2da580639484e8b5bc92610b1d"}
|
|
description: """
|
|
Bos provides support for basic and robust interaction with the
|
|
operating system in OCaml. It has functions to access the process
|
|
environment, parse command line arguments, interact with the file
|
|
system and run command line programs.
|
|
|
|
Bos works equally well on POSIX and Windows operating systems.
|
|
|
|
Bos depends on [Rresult][rresult], [Astring][astring], [Fmt][fmt],
|
|
[Fpath][fpath] and [Logs][logs] and the OCaml Unix library. It is
|
|
distributed under the ISC license.
|
|
|
|
[rresult]: http://erratique.ch/software/rresult
|
|
[astring]: http://erratique.ch/software/astring
|
|
[fmt]: http://erratique.ch/software/fmt
|
|
[fpath]: http://erratique.ch/software/fpath
|
|
[logs]: http://erratique.ch/software/logs
|
|
|
|
Home page: http://erratique.ch/software/bos
|
|
Contact: Daniel Bünzli `<daniel.buenzl i@erratique.ch>`"""
|
|
|
|
x-maintenance-intent: ["(latest)"] |