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" 7doc: "https://nymphium.github.io/nloge" 8bug-reports: "https://github.com/Nymphium/nloge/issues" 9dev-repo: "git+https://github.com/Nymphium/nloge.git" 10depends: [ 11 "ocaml" {>= "5.0"} 12 "dune" {>= "3.7.0"} 13 "eio" {< "0.12"} 14 "ppx_deriving" 15 "yojson" {>= "1.6.0"} 16 "ptime" 17 "eio_main" { with-test } 18 "ppx_expect" { with-test } 19 "alcotest" { with-test } 20 "odoc" { with-doc } 21 "odig" { with-doc } 22] 23 24build: ["dune" "build" "-j" jobs "-p" name] 25url { 26 src: 27 "https://github.com/Nymphium/nloge/releases/download/0.0.2/nloge-0.0.2.tbz" 28 checksum: [ 29 "sha256=3298aed3e46eaf255384285e96091eed9c62892258e37fa3c5c790b211b07ff5" 30 "sha512=7a927c23f94824fef3b09783af29b87c5e4de0c2b458a5571f3acbd30afdadaef14ac3fbb33daaa360f9b5a9ffe8162dbe92db319d9a24a678eac514dc9c1aa5" 31 ] 32} 33x-commit-hash: "f0dd7d02ca180d899ba3eca8cb356714dbecf3e0"