package unix-time
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Unix time.h types, maps, and support
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=71cff11c95a9d6d341db52bc1175b975f4b98f47760e0bdd05a6945be0b928c9
    
    
  md5=e53ba3b7ffee0605dc7975b7269f9efe
    
    
  Description
unix-time provides access to the features exposed in time.h in a way that is not tied to the implementation on the host system.
The Time module provides types which are analogous to those defined in time.h such as timespec.
The Time_unix module provides a ctypes view for timespec.
Dependencies (5)
- ctypes
- 
  
    unix-errno
  
  
    >= "0.4.0" & < "0.6.0"
- 
  
    ocamlbuild
  
  
    build
- 
  
    ocamlfind
  
  
    build
- ocaml
Dev Dependencies (1)
- 
  
    alcotest
  
  
    with-test
Used by (1)
Conflicts (1)
- 
  
    ctypes
  
  
    < "0.4.0"
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page