Merge pull request #155 from LaurentTreguier/master

Split email and htmltotext subpackages
This commit is contained in:
Adam D. Ruppe 2018-04-30 22:56:14 -04:00 committed by GitHub
commit 01042e5d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -59,8 +59,8 @@
"name": "email",
"description": "Email helper library, both sending MIME messages and parsing incoming mbox/maildir messages",
"targetType": "sourceLibrary",
"dependencies": {"arsd-official:dom":"*"},
"sourceFiles": ["email.d", "htmltotext.d"]
"dependencies": {"arsd-official:htmltotext":"*"},
"sourceFiles": ["email.d"]
},
{
@ -70,6 +70,14 @@
"dependencies": {"arsd-official:color_base":"*"},
"sourceFiles": ["image.d", "png.d", "bmp.d", "jpeg.d", "targa.d", "pcx.d", "dds.d"]
},
{
"name": "htmltotext",
"description": "HTML to plain text conversion",
"targetType": "sourceLibrary",
"dependencies": {"arsd-official:dom":"*", "arsd-official:color_base":"*"},
"sourceFiles": ["htmltotext.d"]
},
{
"name": "dom",
"description": "HTML tag soup DOM library",