this repo has no description

Merge pull request #23904 from Nymphium/release-nloge-0.0.2

[new release] nloge (0.0.2)

Changed files
+33
packages
nloge
nloge.0.0.2
+33
packages/nloge/nloge.0.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Non-blocking logger with eio"
+
maintainer: ["Satoru Kawahara <s1311350@gmail.com>"]
+
authors: ["Satoru Kawahara <s1311350@gmail.com>"]
+
license: "MIT"
+
homepage: "https://github.com/Nymphium/nloge"
+
doc: "https://nymphium.github.io/nloge"
+
bug-reports: "https://github.com/Nymphium/nloge/issues"
+
dev-repo: "git+https://github.com/Nymphium/nloge.git"
+
depends: [
+
"ocaml" {>= "5.0"}
+
"dune" {>= "3.7.0"}
+
"eio"
+
"ppx_deriving"
+
"yojson" {>= "1.6.0"}
+
"ptime"
+
"eio_main" { with-test }
+
"ppx_expect" { with-test }
+
"alcotest" { with-test }
+
"odoc" { with-doc }
+
"odig" { with-doc }
+
]
+
+
build: ["dune" "build" "-j" jobs "-p" name]
+
url {
+
src:
+
"https://github.com/Nymphium/nloge/releases/download/0.0.2/nloge-0.0.2.tbz"
+
checksum: [
+
"sha256=3298aed3e46eaf255384285e96091eed9c62892258e37fa3c5c790b211b07ff5"
+
"sha512=7a927c23f94824fef3b09783af29b87c5e4de0c2b458a5571f3acbd30afdadaef14ac3fbb33daaa360f9b5a9ffe8162dbe92db319d9a24a678eac514dc9c1aa5"
+
]
+
}
+
x-commit-hash: "f0dd7d02ca180d899ba3eca8cb356714dbecf3e0"