package fit

  1. Overview
  2. No Docs
A parser for Garmin FIT data files

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.4.1.zip
sha256=72dac4a74aecfd69606d0bbeb7fd0c2509549b2e5dfd986d48575ee05c478113
md5=225603c36e92e7bb2a4454eecf461d75

Description

Fit is a 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.

Published: 09 Jan 2026

Dependencies (6)

  1. ptime >= "1.1.0"
  2. yojson >= "2.1.0"
  3. angstrom >= "0.15.0"
  4. cmdliner >= "1.1.0"
  5. ocaml >= "4.08.0"
  6. dune >= "3.20"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None