this repo has no description
1opam-version: "2.0"
2synopsis: "A tiny, little logger <3"
3maintainer: "Ryan Moore"
4authors: "Ryan Moore"
5license: "MIT"
6homepage: "https://github.com/mooreryan/little_logger"
7doc: "https://mooreryan.github.io/little_logger/"
8bug-reports: "https://github.com/mooreryan/little_logger/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "async" {with-test}
12 "bisect_ppx" {with-test}
13 "core" {>= "v0.12" & < "v0.15"}
14 "core_bench" {>= "v0.12" & dev}
15 "easy_logging" {dev}
16 "dolog" {dev}
17 "ocaml" {>= "4.08.0"}
18 "ppx_compare"
19 "ppx_inline_test" {with-test}
20 "ppx_expect" {with-test}
21 "ppx_sexp_conv" {with-test}
22 "ppx_jane" {with-test}
23 "re2" {with-test}
24 "odoc" {with-doc}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://github.com/mooreryan/little_logger.git"
41url {
42 src: "https://github.com/mooreryan/little_logger/archive/0.1.1.tar.gz"
43 checksum: [
44 "md5=d7fefd0f9925bc1f9106e51b6656f262"
45 "sha512=015facc5423acf19ed347e84ca2472c877595df896b387e97a0af04e5b5ff4e14e7840e8f0cc56df3b31b1c86cea7cd3917841bcf2fd0b93c9dfcc5e22d1b939"
46 ]
47}