win-errorversion
Manipulate Windows system errors
If your application is likely to run on Windows, simply replace uses of
Unix.error_message
with Win_error.error_message
. When the application
runs on Windows, Windows system errors will be decoded; when the application
runs elsewhere then the existing Unix.error_message
function is
called transparently.
Author | David Scott |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/mirage/ocaml-win-error |
Issue Tracker | https://github.com/mirage/ocaml-win-error/issues |
Maintainer | dave@recoil.org |
Dependencies |
|
Source [http] | https://github.com/mirage/ocaml-win-error/releases/download/1.0/win-error-1.0.tbz sha256=c00aecc776b1cd6ac2d2aa442e2355ae6a44e4760f3ba1fc7117dc1e2231a400 md5=9a627ed19f23485d5889600986684758 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/win-error/win-error.1.0/opam |
Required by
- protocol-9p=0.5.2 | >=0.7.2
- protocol-9p-tool
- protocol-9p-unix