this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package little_logger.0.3.0

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