this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: ["Thomas Gazagnaire"] 4license: "ISC" 5homepage: "https://github.com/mirage/metrics" 6bug-reports: "https://github.com/mirage/metrics/issues" 7dev-repo: "git+https://github.com/mirage/metrics.git" 8doc: "https://mirage.github.io/metrics/" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15 16depends: [ 17 "dune" {>= "1.4"} 18 "metrics" {< "0.5"} # should have been "= version" but to avoid breaking lock files and stuff.. 19 "lwt" {>= "2.4.7"} 20] 21synopsis: "Lwt backend for the Metrics library" 22url { 23 src: 24 "https://github.com/mirage/metrics/releases/download/0.1.0/metrics-0.1.0.tbz" 25 checksum: [ 26 "sha256=2a5c7bf7ba69631ab5427362cac7df5f88d4abcc2b6743400a308f9ead42c84b" 27 "md5=bdc701d2cbe8ec6a172c56468279dc38" 28 ] 29}