Skip to content

Commit 962a342

Browse files
committed
Add DUB package description.
1 parent 93c4448 commit 962a342

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "openssl",
3+
"description": "Deimos bindings for the OpenSSL cryptographic library",
4+
"homepage": "http://www.openssl.org/",
5+
"importPaths": ["."],
6+
"targetType": "sourceLibrary",
7+
"libs-posix" : ["ssl", "crypto"]
8+
}

0 commit comments

Comments
 (0)