This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zapashcanon
/
exit
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
add build manifest
tags/0.0.1
zapashcanon
1 year ago
parent
ad8f6bc9c8
commit
abec819630
Signed by:
zapashcanon
GPG Key ID:
8981C3C62D1D28F1
2 changed files
with
17 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.build.yml
+1
-1
README.md
+ 16
- 0
.build.yml
View File
@ -0,0 +1,16 @@
image
:
debian/unstable
packages:
-
opam
-
ocaml
sources:
-
https://git.zapashcanon.fr/zapashcanon/exit
tasks:
-
setup
:
|
opam init -y
opam update -y
opam install -y dune
-
build
:
|
eval "$(opam env)"
cd exit
dune build @all
dune runtest
+ 1
- 1
README.md
View File
@ -1,4 +1,4 @@
# Exit
# Exit
[
](https://builds.sr.ht/~zapashcanon/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.
<
Paste
>
Write
Preview
Loading…
Cancel
Save