package bos

  1. Overview
  2. Docs
Basic OS interaction for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bos-0.3.0.tbz
sha512=77416442448462fb316b9b64ec213038153e82c6de030d511838a15bb13b80700598c1bcfae1c90ef766d4f42c9bf5dcf231eeff23709558246d7946962858cc

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, Astring, Fmt, Fpath and Logs and the OCaml Unix library. It is distributed under the ISC license.

Home page: http://erratique.ch/software/bos
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

README

Bos — Basic OS interaction for OCaml

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, Astring, Fmt, Fpath and Logs and the OCaml Unix library. It is distributed under the ISC license.

Home page: http://erratique.ch/software/bos Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

Installation

Bos can be installed with opam:

opam install bos

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated by from the interfaces. It can be consulted online or via odig doc bos.

Dependencies (10)

  1. logs
  2. fmt >= "0.8.10"
  3. fpath
  4. astring
  5. rresult >= "0.7.0"
  6. base-unix
  7. topkg build & >= "1.1.0"
  8. ocamlbuild build
  9. ocamlfind build
  10. ocaml >= "4.14.0"

Dev Dependencies (1)

  1. mtime with-test

Used by (90)

  1. ahrocksdb
  2. albatross
  3. arp >= "4.0.0"
  4. base64 >= "2.1.2"
  5. bistro
  6. builder
  7. builder-web
  8. bun
  9. bytepdf
  10. ca-certs
  11. ca-certs-nss
  12. camlp5 >= "8.02.01"
  13. camlp5-buildscripts >= "0.07"
  14. carton < "1.0.0"
  15. carton-lwt < "1.0.0"
  16. ccbg
  17. chamelon-unix
  18. checkseum = "0.2.0" | = "0.3.0"
  19. coin < "0.1.2"
  20. current
  21. current-albatross-deployer
  22. current_docker
  23. current_git
  24. current_web
  25. decompress >= "0.9.0" & < "1.0.0" | >= "1.5.2" & < "1.6.0"
  26. digestif >= "1.3.1"
  27. diskuvbox
  28. dkml-install-installer
  29. dkml-install-runner
  30. dns-cli
  31. dockerfile-cmd
  32. docteur
  33. duff < "0.3"
  34. dune-release
  35. functoria
  36. geojson
  37. git-kv < "0.1.3"
  38. git-unix >= "3.2.0"
  39. gotd
  40. http-lwt-client
  41. jekyll-format
  42. letsencrypt-app
  43. MlFront_Cache < "2.4.2.169"
  44. MlFront_Cli < "2.3.1"
  45. MlFront_Codept
  46. MlFront_Tools
  47. mirage >= "4.0.0"
  48. ocaml-print-intf >= "1.1.0"
  49. ocb-stubblr < "0.0.2"
  50. odep
  51. odoc >= "2.1.1"
  52. odoc-driver
  53. opam-audit
  54. opam-check-npm-deps
  55. opam-ci
  56. opam-dune-lint
  57. opam-grep >= "0.2.0"
  58. opam-repomin
  59. owi
  60. pa_ppx
  61. pa_ppx_ag
  62. pa_ppx_hashcons
  63. pa_ppx_migrate
  64. pa_ppx_migrate_ocaml_parsetree
  65. pa_ppx_q_ast
  66. pa_ppx_unique
  67. passage >= "0.1.8"
  68. ppx_deriving_yaml < "0.2.2"
  69. prelude < "0.5"
  70. queenshead
  71. quickterface
  72. rosetta < "0.3.0"
  73. scfg >= "0.4"
  74. sihl >= "0.6.0~rc1"
  75. slipshow
  76. smtml >= "0.7.0" & < "0.20.0" | >= "0.26.0"
  77. stone >= "0.6"
  78. swhid >= "0.2"
  79. swhid_compute
  80. topkg-care
  81. topojson
  82. topojsone
  83. um-abt
  84. uring < "0.2"
  85. uuuu < "0.2.0"
  86. vif >= "0.0.1~beta3"
  87. waylaunch >= "0.2.0"
  88. webbrowser
  89. yaml < "3.0.1" | >= "3.2.0"
  90. yaml-sexp < "3.0.1" | >= "3.2.0"

Conflicts

None