package unix-unistd
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Host-independent unistd.h bindings
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.4.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=0d059397e39233025ffe90914ab1b51bc2852568d8cd490331d868371129b5f9
    
    
  md5=9791a4a23c7e8f9fc6f3a3d85e3f1473
    
    
  Description
ocaml-unix-unistd provides access to the features exposed in unistd.h in a way that is not tied to the implementation on the host system.
The Unistd module provides functions for translating between the constants accessible through unistd.h and their values on particular systems.
The Unistd_unix module provides bindings to functions that use the constants and types in Unistd along with a representation of the host system. The bindings support a more comprehensive range of seek commands than the corresponding functions in the standard OCaml Unix module. The Unistd_unix_lwt module exports non-blocking versions of the functions in Unistd_unix based on the Lwt cooperative threading library.
Published: 18 May 2017
Dependencies (4)
- 
  
    ctypes-build
  
  
    build
- 
  
    ocamlbuild
  
  
    build
- 
  
    ocamlfind
  
  
    build
- ocaml
Dev Dependencies
None
Used by
None
Conflicts (3)
- 
  
    unix-errno
  
  
    < "0.4.0"
- 
  
    ctypes
  
  
    < "0.9.0"
- 
  
    lwt
  
  
    < "2.5.0"
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page