package diskuvbox
Cross-platform basic set of script commands
Install
Dune Dependency
Authors
Maintainers
Sources
diskuvbox-0.2.0.tbz
sha256=72835b6f74c4719d0cf9fc77a7b143a2885c883d05ebf84ea73a276178de1fb8
sha512=807b2e7e3b933f4177e09690019bf0a2b6bc19f443da4cc73e03e9f2a3c0acf530073abbff352503ec6f1b67ac777ebd5460868a37958bb970f0f6fda2279c18
doc/CHANGES.html
Changes
0.2.0
- Switch to
cmdliner >= 1.1.0
. Requireresult >= 1.5
- Fix bug where
copy_file
would fail on Windows if the file exists and was readonly - Add
--prefix
and--suffix
options fordiskuvbox copy-file-into
,diskuvbox copy-file
anddiskuvbox copy-dir
0.1.2
- Reduce the number of opam dependencies by splitting diskuvbox.opam from diskuvbox-maintain.opam
0.1.1
- Use memory buffering to copy files. Removes 16 MiB max file limitation on 32-bit OCaml.
- Validate and document a bytecode guarantee that only standard stublibs are used
- Distribute binaries with setup-dkml.yml@v1
- Fix Dune build steps so works under cross-compiler
- Code working with Cmdliner.1.1.1
- Increase minimum OCaml to 4.10 to work on macOS
- Cross-compile
darwin_arm64
ondarwin_x86_64
0.1.0
- Initial release
- Error when copy_file SRCFILE is not an existing file
- Error when copy_dir SRCDIR is not an existing directory
- Error when walk_down FROMPATH is not an existing path
- Fix find-up validation removing search names
- Avoid PATH shadowing tests