2 changed files with 16 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||
image: debian/unstable |
|||
packages: |
|||
- opam |
|||
- ocaml |
|||
sources: |
|||
- https://git.zapashcanon.fr/zapashcanon/opazl |
|||
tasks: |
|||
- setup: | |
|||
opam init -y |
|||
opam update -y |
|||
opam install -y dune sedlex uutf uucp |
|||
- build: | |
|||
eval "$(opam env)" |
|||
cd opazl |
|||
dune build @all |
@ -1,3 +1,3 @@ |
|||
# Opazl |
|||
# Opazl [](https://builds.sr.ht/~zapashcanon/opazl?) |
|||
|
|||
Opazl is an OCaml parser for ZNC logs. |
|||
|
Loading…
Reference in new issue