https://github.com/singpolyma/git-date-haskell
Bindings onto the date parsing code from Git
https://github.com/singpolyma/git-date-haskell
Last synced: about 1 year 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T00:00:15.000Z (about 8 years ago)
- Last Synced: 2025-04-10T02:17:16.292Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 6
- Watchers: 3
- 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.