package posixat

  1. Overview
  2. Docs
Bindings to the posix *at functions

Install

Dune Dependency

Authors

Maintainers

Sources

posixat-v0.15.0.tar.gz
sha256=1a6838c6b713ff810af365a81556d9dc73256a6a02fbe302e7bd9a8cec226e72

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.

Published: 21 Mar 2022

README

README.org

* POSIXAT

Posixat is a small library that binds the various *at posix
functions. None of these functions are implemented on Windows.

Dependencies (5)

  1. dune >= "2.0.0"
  2. ppx_sexp_conv >= "v0.15" & < "v0.16"
  3. ppx_optcomp >= "v0.15" & < "v0.16"
  4. base >= "v0.15" & < "v0.16"
  5. ocaml >= "4.08.0" & < "5.0"

Dev Dependencies

None

Used by (1)

  1. shexp = "v0.15.0"

Conflicts

None