version: "0.2.1"
opam-version: "2.0"
name: "bos"
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"
          "fmt" {>= "0.8.10"}
          "logs"
          "mtime" {test}]
build: [["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]]
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>`"""
