xlog/xlog.opam

34 lines
783 B
Plaintext
Raw Normal View History

2024-04-23 02:36:13 +00:00
# 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"
2024-04-23 18:01:58 +00:00
maintainer: ["xenia <xenia@awoo.systems>"]
2024-04-23 02:36:13 +00:00
authors: ["iitalics <git.lain.faith/iitalics>" "xenia <xenia@awoo.systems>"]
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"}
2024-04-23 17:58:01 +00:00
"ppxlib" {>= "0.32"}
2024-04-25 07:00:59 +00:00
"ppx_unicode" {>= "0.0.1"}
2024-04-23 02:36:13 +00:00
"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"