Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/git-date-haskell
Bindings onto the date parsing code from Git
https://github.com/singpolyma/git-date-haskell
Last synced: 3 months ago
JSON representation
Bindings onto the date parsing code from Git
- Host: GitHub
- URL: https://github.com/singpolyma/git-date-haskell
- Owner: singpolyma
- License: other
- Created: 2012-03-23T01:03:36.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T00:00:15.000Z (over 6 years ago)
- Last Synced: 2024-09-17T08:48:53.928Z (4 months ago)
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This library implements a simple, pure binding onto the date parsing
code from git. Why? Because it was the only reasonable implementation
of a generic date parser I could find.