4 "summary": "Email library (MIME) written in C++.",
5 "description": "mimetic is a free Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient.",
6 "homepage": "https://github.com/OliverLetterer/mimetic",
9 "Stefano Barbato": "stefano@codesink.org"
15 "git": "https://github.com/OliverLetterer/mimetic.git",
19 "mimetic/*.{h,m,cxx}",
20 "mimetic/**/*.{h,m,cxx}"
22 "header_mappings_dir": "mimetic",
23 "prefix_header_contents": [
24 "#include <unistd.h>",
25 "#include <sys/stat.h>",
26 "#define VERSION \"0.9.7\""
28 "libraries": "stdc++",