···11+opam-version: "2.0"
22+synopsis: "A parser for Garmin FIT data files"
33+description: """
44+Fit is library for reading FIT files as they are produced by Garmin and
55+other fitness devices. It comes with a small command-line tool to emit
66+some of that information as JSON, mostly for debugging. Fit is not
77+comprehensive but reads the most important records from a FIT file that
88+contains the actual periodic measurements."""
99+maintainer: ["Christian Lindig <lindig@gmail.com>"]
1010+authors: ["Christian Lindig <lindig@gmail.com>"]
1111+license: "MIT"
1212+homepage: "https://github.com/lindig/fit"
1313+bug-reports: "https://github.com/lindig/fit/issues"
1414+depends: [
1515+ "ocaml" {>= "4.08.0"}
1616+ "dune" {>= "2.0"}
1717+ "cmdliner" {>= "1.1.0"}
1818+ "angstrom" {>= "0.15.0"}
1919+ "yojson" {>= "2.1.0"}
2020+ "rresult" {>= "0.6.0"}
2121+ "ptime" {>= "1.1.0"}
2222+]
2323+build: [
2424+ ["dune" "subst"] {pinned}
2525+ [
2626+ "dune"
2727+ "build"
2828+ "-p"
2929+ name
3030+ "-j"
3131+ jobs
3232+ "@install"
3333+ "@runtest" {with-test}
3434+ "@doc" {with-doc}
3535+ ]
3636+]
3737+dev-repo: "git+https://github.com/lindig/fit.git"
3838+url {
3939+ src: "https://github.com/lindig/fit/releases/download/1.2.0/fit-1.2.0.tbz"
4040+ checksum: [
4141+ "sha256=171f88b6ee5fecfb8c0159da9f21692aba9881415a1e41a8a65392080516ff51"
4242+ "sha512=2826e072ad7fb5cc768c30c2f1ae64e9a7a8008b8b054690f9bbb281c5b833e6d521a4a44f7b8109f37edcf948dcdccb096b374d728cb9fe86298ee6b7df9311"
4343+ ]
4444+}
4545+x-commit-hash: "b137108cc40fa1695fda363baa8c8bd1db07075b"