gpmf

[ bsd3, library, program, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/dustin/gpmf#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2.0, 0.2.0.0, 0.2.1.0
Change log ChangeLog.md
Dependencies attoparsec, attoparsec-binary (>=0.2 && <1.0), base (>=4.7 && <5), binary, bytestring, containers, data-binary-ieee754, gpmf, lens, mtl, time, transformers [details]
License BSD-3-Clause
Copyright MIT
Author Dustin Sallings
Maintainer dustin@spy.net
Home page https://github.com/dustin/gpmf#readme
Bug tracker https://github.com/dustin/gpmf/issues
Source repo head: git clone https://github.com/dustin/gpmf
Uploaded by dustin at 2023-07-07T20:49:09Z
Distributions
Executables gpmf
Downloads 535 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-07-07 [all 1 reports]

Readme for gpmf-0.2.1.0

[back to package description]

gopro metadata parser for haskell

Recent GoPro cameras record a telemetry stream along with video that contains quite a rich selection of data.

This library parses that stream and provides low level access to that data (as well as some high level access to come common/tedious parts). GoPro's own project documents the format and features therein.