package exit
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Get exit status as declared in `stdlib.h`
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      exit-0.0.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=6ffcd3c7099966b285b6cf6fa35c6c0103a83082f70204bca2df68b63cd2954b
    
    
  sha512=94a4fb875761ee9ee602eb3347f5d4e5225c4e1f8ce925785a8a65377ed73a4d276c4f7de0e9d2d8108ccd40ac619dbea801ff5039a77465096037db11a32048
    
    
  Description
exit is an OCaml library to get exit status as declared in stdlib.h. It gives access to the values of EXIT_SUCCESS and EXIT_FAILURE macros and provides some functions built around them.
Published: 26 Nov 2019
README
Exit 
Exit is an OCaml library to get exit status as declared in stdlib.h. It gives access to the values of EXIT_SUCCESS and EXIT_FAILURE macros and provides some functions built around them.
Install
opam install exitUsage
See examples.
Build
dune build @allTest
dune runtestChanges
See CHANGES.
License
See LICENSE.
Dependencies (3)
- 
  
    bisect_ppx
  
  
    
>= "1.4" & < "2.6.0" - 
  
    dune
  
  
    
>= "2.0" - 
  
    ocaml
  
  
    
>= "4.05" 
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page