this repo has no description

Merge pull request #24224 from lindig/release-fit-1.1.0

[new release] fit (1.1.0)

Kate d9ffdb5d c2bf1c2f

Changed files
+33
packages
fit
fit.1.1.0
+33
packages/fit/fit.1.1.0/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"
+
available: arch != "x86_32" & arch != "arm32" & os-family != "bsd"
+
url {
+
src: "https://github.com/lindig/fit/releases/download/1.1.0/fit-1.1.0.tbz"
+
checksum: [
+
"sha256=604f0017399b1164113b099847927927527231220b9cfe58317c1384ccbd667e"
+
"sha512=226915ad724febe85ca2d86c482c49776a0beed01e3a6861479de86bd19eb2aedf05f54fb5aa18eea84d5739062f1f907ba5b0d3359ada6113ea9d177fbc88f3"
+
]
+
}
+
x-commit-hash: "4247e22baa26c825abc4d05b54afaac03bad6866"