package posixat

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

Install

Dune Dependency

Authors

Maintainers

Sources

posixat-v0.13.0.tar.gz
md5=25c9bc258eff7ab358538f2e9565c594

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: 20 Nov 2019

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 >= "1.5.1"
  2. ppx_sexp_conv >= "v0.13" & < "v0.14"
  3. ppx_optcomp >= "v0.13" & < "v0.14"
  4. base >= "v0.13" & < "v0.14"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. shexp = "v0.13.0"

Conflicts

None