Browse Source

add build manifest

master
zapashcanon 4 years ago
parent
commit
33fc7a2e54
Signed by: zapashcanon GPG Key ID: 8981C3C62D1D28F1
  1. 15
      .build.yml
  2. 2
      README.md

15
.build.yml

@ -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

2
README.md

@ -1,3 +1,3 @@
# Opazl
# Opazl [![builds.sr.ht status](https://builds.sr.ht/~zapashcanon/opazl.svg)](https://builds.sr.ht/~zapashcanon/opazl?)
Opazl is an OCaml parser for ZNC logs.

Loading…
Cancel
Save