aboutsummaryrefslogtreecommitdiff
path: root/gtfs/GTFS/Realtime/FeedHeader.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace protocol-buffers with proto-lensstuebinm2024-04-171-104/+0
| | | | | | I do not really like either option, but at least the second one seems more likely to be maintained (and a little less clunky to use, too, for what it's worth).
* gtfs realtime proof of conceptstuebinm2022-07-021-0/+104
this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that)