Split email and htmltotext subpackages

This commit is contained in:
Laurent Tréguier 2018-04-30 19:11:41 +02:00
parent c19cc472ba
commit 3e4f284747
No known key found for this signature in database
GPG Key ID: 09530BFFC32D4A69
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",