@hackage jsonresume0.1.0.1
Parser and datatypes for the JSON Resume format
Installation
Dependencies (7)
- base >=4.7 && <4.8
- bytestring >=0.10 && <0.11
- text >=1.1.1.0 && <1.3
- aeson >=0.8 && <0.9
- old-locale >=1.0 && <1.1
- time >=1.4 && <1.5 Show all…
Dependents (1)
@hackage/acme-everything
The JSON Resume initiative (http://jsonresume.org) provides a standard format for representing resumes/CVs in JSON form. This library encodes that standard in Haskell datatypes, and provides a parser to read a CV in the JSON Resume format.