diff options
author | Araq <rumpf_a@web.de> | 2012-10-03 20:49:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-10-03 20:49:43 +0200 |
commit | 9fbee85cc9dd95c1f99e5b55a3d382196eabb7fc (patch) | |
tree | 5b38a0d41d876a4c35d979d09a4d3ba8ecd30722 /doc/nimrodc.txt | |
parent | b28fcdfa93ccf132b878e7dcd26e36d48f107212 (diff) | |
download | Nim-9fbee85cc9dd95c1f99e5b55a3d382196eabb7fc.tar.gz |
first steps for compiler as a service
Diffstat (limited to 'doc/nimrodc.txt')
-rwxr-xr-x | doc/nimrodc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 7b969c3bb..117d226a6 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -159,6 +159,7 @@ Define Effect systems. See the documentation of the `gc <gc.html>`_ for further information. ``nodejs`` The EcmaScript target is actually ``node.js``. +``ssl`` Enables OpenSSL support for the sockets module. ================== ========================================================= |