package bos
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Basic OS interaction for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
bos-0.1.4.tbz
sha256=f8e8c24730dd6c54fafb9741cd09a7075f77a9f5c386497cab8693a93d35c6d3
md5=d5a4cef854a8dc07ccc2a4cc8d0a26eb
doc/CHANGES.html
v0.1.4 2016-08-30 Zagreb
- Fix
OS.Path.foldon root and relative paths (#61). Thanks to Hezekiah M. Carty for the report and the help. - Fix
OS.File.writeon Windows (#59). Thanks to Hezekiah M. Carty for the report and the fix.
v0.1.3 2016-07-12 Cambridge (UK)
Cmd.dump, make representation cut and paste friendly. This affects logging made by the library.- Add
Cmd.of_values, converts arbitrary list of values to a corresponding argument list. - Fix
OS.Path.exists. Existing file path traversals returned and error rather thanfalse.
v0.1.2 2016-06-17 Cambridge (UK)
- Fix
OS.Filecreation mode from0o622to0o644(#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:falsenow 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.Cmdcombinators on Linux. Thanks to Andreas Hauptmann for the help (#51) - Fix
OS.Dir.deleteon Linux and Windows. Thanks to Andreas Hauptmann for the help (#50). - Fix
OS.Cmd.existson Linux. Thanks to Andreas Hauptmann and Petter Urkedal for the help (#52).
v0.1.0 2016-05-23 La Forclaz (VS)
First release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page