package bos

  1. Overview
  2. Docs
Basic OS interaction for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bos-0.1.2.tbz
sha256=bfe455663a7d47088c1dfb633dc95a2e5a012c08a288ec34487b3ba73f392cc6
md5=eb9337d69bca9bd6b5c1ff90916eae58

CHANGES.md.html

v0.1.2 2016-06-17 Cambridge (UK)

  • Fix OS.File creation mode from 0o622 to 0o644 (#55).

  • Fix semantics of dotfile handling in OS.Path.{matches,query}. ~dotfile:false (default) used to not return any path that had a dot segment, even if this was a constant segment without pattern variables. This is no longer the case, ~dotfile:false now only prevents segments starting with a pattern variable to match against dot files, i.e. it controls the exploration of the file system made by the function. Thanks to David Kaloper for the discussion.

v0.1.1 2016-06-08 Cambridge (UK)

  • Fix OS.Cmd combinators on Linux. Thanks to Andreas Hauptmann for the help (#51)

  • Fix OS.Dir.delete on Linux and Windows. Thanks to Andreas Hauptmann for the help (#50).

  • Fix OS.Cmd.exists on Linux. Thanks to Andreas Hauptmann and Petter Urkedal for the help (#52).

v0.1.0 2016-05-23 La Forclaz (VS)

First release.

OCaml

Innovation. Community. Security.