this repo has no description
1opam-version: "2.0"
2synopsis: "Library to parse ZNC logs"
3description:
4 "opazl is an OCaml library to parse ZNC logs. It can parse a log file encoded in utf-8, allows you to access time, user and content for each message and more."
5maintainer: ["Léo Andrès <contact@ndrs.fr>"]
6authors: ["Léo Andrès <contact@ndrs.fr>"]
7license: "ISC"
8homepage: "https://git.zapashcanon.fr/zapashcanon/opazl"
9doc: "https://doc.zapashcanon.fr/opazl/"
10bug-reports: "https://git.zapashcanon.fr/zapashcanon/opazl/issues"
11depends: [
12 "ocaml" {>= "4.05.0"}
13 "dune" {>= "1.11.0"}
14 "bisect_ppx" {>= "1.4.1" & < "2.6.0"}
15 "sedlex" {>= "2.1"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/opazl.git"
32url {
33 src: "https://fs.zapashcanon.fr/archive/opazl/opazl-0.0.1.tbz"
34 checksum: [
35 "sha256=04aef74af0a6fc999996fda0a687821ae4d33d20765ab89a3f5361cb620ca398"
36 "sha512=6d77fe93aa6e0b7a33abdb46373c6daed41a5867330da1e61168ebc05a5f25ae4e950c4f4b4e13b9ae1b5d353379883a643a5121138f70cd22a7c3fbda97d62e"
37 ]
38}