this repo has no description

[new release] fit (1.0.2)

CHANGES:

* Add version constraints on dependencies

Changed files
+32
packages
fit
fit.1.0.2
+32
packages/fit/fit.1.0.2/opam
···
···
+
opam-version: "2.0"
+
synopsis: "A parser for FIT files"
+
description: """
+
Fit is library for reading FIT files as they are produced by Garmin and
+
other fitness devices. It comes with a small command-line tool to emit
+
some of that information as JSON, mostly for debugging. Fit is not
+
comprehensive but reads the most important records from a FIT file that
+
contains the actual periodic measurements."""
+
maintainer: "Christian Lindig <lindig@gmail.com>"
+
authors: "Christian Lindig <lindig@gmail.com>"
+
license: "MIT"
+
homepage: "https://github.com/lindig/fit"
+
bug-reports: "https://github.com/lindig/fit/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.0"}
+
"cmdliner" {>= "1.0.4"}
+
"angstrom" {>= "0.15.0"}
+
"ezjsonm" {>= "1.2.0"}
+
"rresult" {>= "0.6.0"}
+
"ISO8601" {>= "0.2.6"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://github.com/lindig/fit.git"
+
url {
+
src: "https://github.com/lindig/fit/releases/download/1.0.2/fit-1.0.2.tbz"
+
checksum: [
+
"sha256=692faf7156994c7ff9ea84c668f6d37d7e5a5ac0a4f7dacfb4c19ed66193208f"
+
"sha512=a989fac0c41b5f627f3d1547e3deb941107dcd34d9310d35cc40da797ce4bfc9dd982ba69d5e192c989791f2783194b325be701d52f9b743a05078add24c9e84"
+
]
+
}
+
x-commit-hash: "e61a30c75c48b7643cd7074e73f7f5f2beddb929"