this repo has no description
1opam-version: "2.0"
2synopsis: "A parser for FIT files"
3maintainer: "Christian Lindig <lindig@gmail.com>"
4authors: "Christian Lindig <lindig@gmail.com>"
5license: "MIT"
6homepage: "https://github.com/lindig/fit"
7bug-reports: "https://github.com/lindig/fit/issues"
8depends: [
9 "ocaml" { >= "4.08.0" }
10 "dune" { >= "2.0" }
11 "cmdliner" { >= "1.0.4"}
12 "angstrom" { >= "0.15.0" }
13 "ezjsonm" { >= "1.2.0" }
14 "rresult" { >= "0.6.0" }
15 "ISO8601" { >= "0.2.6" }
16]
17build: [
18 ["dune" "build" "-p" name "-j" jobs]
19]
20dev-repo: "git+https://github.com/lindig/fit.git"
21url {
22 src: "https://github.com/lindig/fit/releases/download/1.0.1/fit-1.0.1.tbz"
23 checksum: [
24 "sha256=b5714947d394df1524d8d73d0552aa938828e4afb37a08ce810a086b79c1ee7d"
25 "sha512=ef52e3d67db85c20017ea5d6b87b15fbcb60ba7e6e52e2bfa7b703d623c4e97e93e21eba2d764f646814c91484c0ac672acb4d9ee1d44af6325b8fee1d60b016"
26 ]
27}
28x-commit-hash: "304330fc7e9c27c9faeca7ba7a7efa3f1e3a8703"