gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-nim] 60/61: Start of a nimble file, should probably


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] 60/61: Start of a nimble file, should probably drop nake later on.
Date: Sat, 13 Apr 2019 13:36:35 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-nim.

commit 7abd9adfc752c2ff00fe4b7900320372b1310a5e
Author: Nils Gillmann <address@hidden>
AuthorDate: Tue Sep 25 22:11:33 2018 +0000

    Start of a nimble file, should probably drop nake later on.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 gnunet-nim.nimble | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnunet-nim.nimble b/gnunet-nim.nimble
new file mode 100644
index 0000000..f43c648
--- /dev/null
+++ b/gnunet-nim.nimble
@@ -0,0 +1,11 @@
+version = "0.0.0"
+author = "secushare"
+description = "GNUnet Nim bindings"
+license = "AGPL3"
+# srcDir = ""
+
+requires = "nim >= 0.18.0"
+
+task groupchat, "Run the Groupchat":
+  withDir "examples":
+    exec "nim c -r groupchat -p=23014 -c=gnunet1.conf"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]