mirror of https://github.com/adamdruppe/arsd.git
Split email and htmltotext subpackages
This commit is contained in:
parent
c19cc472ba
commit
3e4f284747
12
dub.json
12
dub.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue