An OCaml library to parse ZNC logs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
903 B

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Library to parse ZNC logs"
description:
"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."
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
authors: ["Léo Andrès <contact@ndrs.fr>"]
license: "ISC"
homepage: "https://git.zapashcanon.fr/zapashcanon/opazl"
doc: "https://doc.zapashcanon.fr/opazl/"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/opazl/issues"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "1.11.0"}
"bisect_ppx" {>= "1.4.1"}
"sedlex" {>= "2.1"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git://git.zapashcanon.fr/zapashcanon/opazl.git"