package posixat

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

Install

Dune Dependency

Authors

Maintainers

Sources

posixat-v0.11.0.tar.gz
md5=0cd1b5ce9d5c6393c94ae7f604834de1

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: 22 Mar 2018

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 >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. sexplib >= "v0.11" & < "v0.12"
  4. ppx_sexp_conv >= "v0.11" & < "v0.12"
  5. ppx_optcomp >= "v0.11" & < "v0.12"
  6. base >= "v0.11" & < "v0.12"
  7. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (1)

  1. shexp >= "v0.11.0" & < "v0.12.0"

Conflicts (1)

  1. jbuilder = "1.0+beta19"