this repo has no description

[new release] fit (1.0.1)

CHANGES:

* Add version constraints on dependencies

Tighten bounds for Angstrom

Signed-off-by: Christian Lindig <lindig@gmail.com>

Tighten more bounds of dependencies

Signed-off-by: Christian Lindig <lindig@gmail.com>

Changed files
+28
packages
fit
fit.1.0.1
+28
packages/fit/fit.1.0.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A parser for FIT files"
+
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.1/fit-1.0.1.tbz"
+
checksum: [
+
"sha256=b5714947d394df1524d8d73d0552aa938828e4afb37a08ce810a086b79c1ee7d"
+
"sha512=ef52e3d67db85c20017ea5d6b87b15fbcb60ba7e6e52e2bfa7b703d623c4e97e93e21eba2d764f646814c91484c0ac672acb4d9ee1d44af6325b8fee1d60b016"
+
]
+
}
+
x-commit-hash: "304330fc7e9c27c9faeca7ba7a7efa3f1e3a8703"