this repo has no description

Merge pull request #16471 from yutopp/opam-publish-loga.0.0.5

Package loga.0.0.5

Changed files
+35
packages
loga
loga.0.0.5
+35
packages/loga/loga.0.0.5/opam
···
+
opam-version: "2.0"
+
synopsis: "Logging library for OCaml"
+
maintainer: ["yutopp@gmail.com"]
+
authors: ["yutopp"]
+
license: "Boost License Version 1.0"
+
homepage: "https://github.com/yutopp/loga"
+
bug-reports: "https://github.com/yutopp/loga/issues"
+
depends: [
+
"dune" {>= "2.5"}
+
"ocaml" {>= "4.06.0"}
+
"ocaml-migrate-parsetree" {>= "1.7.2"}
+
"ppx_expect" {with-test & >= "v0.11.0"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/yutopp/loga.git"
+
url {
+
src: "https://github.com/yutopp/loga/archive/0.0.5.tar.gz"
+
checksum: [
+
"md5=0591390535ee8816d29c68cf04b07e82"
+
"sha512=5e38b6a6318c42096df534f65b610848dfe3831f91d204dec64eed4591b36b8b890e6c32efa90b8367807f2f8f1b94c8c49cb0d9345bb74131d7897d921fd49d"
+
]
+
}