# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.0.1" synopsis: "logging library" description: "logging library for cats written in ocaml" maintainer: [ "iitalics " "xenia " ] authors: ["iitalics " "xenia "] license: "LGPL-2.0-or-later" homepage: "https://git.lain.faith/haskal/xlog" bug-reports: "https://git.lain.faith/haskal/xlog" depends: [ "ocaml" "dune" {>= "3.15"} "ptime" {>= "1.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "https://git.lain.faith/haskal/xlog.git"