this repo has no description

[new release] fit (1.0.3)

CHANGES:

* Improve README
* Use monadic let syntax in code

Changed files
+32
packages
fit
fit.1.0.3
+32
packages/fit/fit.1.0.3/opam
···
+
opam-version: "2.0"
+
synopsis: "A parser for Garmin FIT data 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.1.0"}
+
"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.3/fit-1.0.3.tbz"
+
checksum: [
+
"sha256=559ecb941426300106114c76b0cbbd62a9c95719b4cf2f81f00693d8b0281164"
+
"sha512=69c95be4e92e87752e0f13fb2c1a964df0ef52dde64ff6ce46ac5bf46f1c0d6df59cb87217a71424e227618ac9e09b3b2be0a3deb4bed4b04926267577c863ca"
+
]
+
}
+
x-commit-hash: "d03194211d056d8552977962aff381533988adf2"