this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3authors: ["Hannes Mehnert"] 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] {with-test} 14] 15 16depends: [ 17 "dune" {>= "1.4"} 18 "metrics" {=version} 19 "metrics-influx" {= version} 20 "ipaddr" 21 "lwt" 22 "mirage-clock" {>= "3.0.0"} 23 "mirage-stack" {>= "2.0.0"} 24 "cstruct" 25 "logs" 26] 27synopsis: "Mirage backend for the Metrics library" 28url { 29 src: 30 "https://github.com/mirage/metrics/releases/download/0.2.0/metrics-0.2.0.tbz" 31 checksum: [ 32 "sha256=0f4ff94e0b632dffd8b1d6c180cc0e49873cf29ba6a6f8e1a3e8d811252b4148" 33 "sha512=3f1a6cfbcc674409a7382446084c11c3646e6b380e4972306334e7fa0e558d256dadfd39f7f3acd32afffe78757f66ecefc1b7960ae366afe09397ba0bbdaf68" 34 ] 35}