package unix-sys-stat
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  ocaml-unix-sys-stat provides access to the features exposed in sys/stat.h
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.5.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=3f1770421c3e8876cbea7532bb04daf4c950c1ddd44f526d82c8b293c5a8c781
    
    
  md5=9657abc17cfd0b67dd99e2808cf93736
    
    
  Description
in a way that is not tied to the implementation on the host system.
The Sys_stat module provides functions for translating between the file types and mode bits accessible through sys/stat.h and their values on particular systems. The Sys_stat_host module exports representations of various hosts.
The Sys_stat_unix provides bindings to functions that use the types in Sys_stat along with a representation of the host system. The bindings support a more comprehensive range of flags than the corresponding functions in the standard OCaml Unix module.
Dependencies (9)
- unix-type-representations
 - 
  
    posix-types
  
  
    
< "2.0.0" - 
  
    ctypes
  
  
    
>= "0.6.0" - 
  
    unix-errno
  
  
    
>= "0.4.0" & < "0.6.0" - base-bytes
 - 
  
    ctypes-build
  
  
    
build - 
  
    ocamlbuild
  
  
    
build - 
  
    ocamlfind
  
  
    
build - ocaml
 
Dev Dependencies (1)
- 
  
    alcotest
  
  
    
with-test 
Used by
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page