package posixat

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

Install

Dune Dependency

Authors

Maintainers

Sources

posixat-v0.10.0.tar.gz
md5=f09c322f5d1b3415e99c81ac81a69295

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: 30 Dec 2017

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 (7)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. jbuilder >= "1.0+beta12"
  3. sexplib >= "v0.10" & < "v0.11"
  4. ppx_sexp_conv >= "v0.10" & < "v0.11"
  5. ppx_driver >= "v0.10" & < "v0.11"
  6. base >= "v0.10" & < "v0.11"
  7. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (1)

  1. shexp = "v0.10.0"

Conflicts

None