this repo has no description
1opam-version: "2.0"
2synopsis: "Non-blocking logger with eio"
3maintainer: ["Satoru Kawahara <s1311350@gmail.com>"]
4authors: ["Satoru Kawahara <s1311350@gmail.com>"]
5license: "MIT"
6homepage: "https://github.com/Nymphium/nloge"
7bug-reports: "https://github.com/Nymphium/nloge/issues"
8dev-repo: "git+https://github.com/Nymphium/nloge.git"
9depends: [
10 "dune" {>= "3.7.0"}
11 "eio" {< "0.12"}
12 "ppx_deriving"
13 "yojson" {>= "1.6.0"}
14 "ptime"
15 "eio_main" { with-test }
16 "ppx_expect" { with-test }
17 "alcotest" { with-test }
18 "odoc" { with-doc }
19]
20
21build: ["dune" "build" "-j" jobs "-p" name]
22url {
23 src:
24 "https://github.com/Nymphium/nloge/releases/download/0.0.1/nloge-0.0.1.tbz"
25 checksum: [
26 "sha256=168cbaec19a6de1771c54ffe76c225aa938f92e5aaef0143bc66a81ba098ff90"
27 "sha512=543563d09ac4ec244680c0029ef9412a88f95fdcb3362f26083a54a0ebe4d2783e150b25f63ece80ed3869636961cb36eb3756abef14a11f6be58ecd4acb6e9a"
28 ]
29}
30x-commit-hash: "07c391687d2ec1cd3b5c161fa51b5acb8ce0991c"