posixat
Bindings to the posix *at functions
Description
Posixat is a small library that just binds the various *at posix functions.
The posix *at functions takes the current working directory as a file descriptor. For instance this allows to reliably maintain several working directories inside the same process.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 22 Mar 2018
- Authors
- Maintainers
Sources
Dependencies
ocaml-migrate-parsetree
>= "1.0" & < "2.0.0"
jbuilder
>= "1.0+beta18.1"
sexplib
>= "v0.11" & < "v0.12"
ppx_sexp_conv
>= "v0.11" & < "v0.12"
ppx_optcomp
>= "v0.11" & < "v0.12"
base
>= "v0.11" & < "v0.12"
ocaml
>= "4.04.1"
Reverse Dependencies
shexp
>= "v0.11.0" & < "v0.12.0"
Conflicts
jbuilder
= "1.0+beta19"