https://github.com/dsheets/ocaml-changes
Changelog parsing
https://github.com/dsheets/ocaml-changes
Last synced: about 1 year ago
JSON representation
Changelog parsing
- Host: GitHub
- URL: https://github.com/dsheets/ocaml-changes
- Owner: dsheets
- Created: 2016-05-07T15:40:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-15T17:46:30.000Z (about 10 years ago)
- Last Synced: 2025-04-10T08:56:51.071Z (about 1 year ago)
- Language: OCaml
- Size: 15.6 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# Changelog parsing
`Changes.of_string` and `Changes.of_channel` parse an OCaml community
style changelog and produce a `(Changes.t, string)
result` which can be destructed for the structured changelog or the
parse error if one occurred. `Changes.to_string` serializes a `Changes.t`.