gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-nim] branch master updated: nimble


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: nimble
Date: Wed, 26 Sep 2018 00:14:42 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 265eb49  nimble
265eb49 is described below

commit 265eb497e5b323afbe89d9546cc14ad7b537c20a
Author: Nils Gillmann <address@hidden>
AuthorDate: Tue Sep 25 22:15:27 2018 +0000

    nimble
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 gnunet-nim.nimble | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnunet-nim.nimble b/gnunet-nim.nimble
index f43c648..3a29ac4 100644
--- a/gnunet-nim.nimble
+++ b/gnunet-nim.nimble
@@ -1,11 +1,19 @@
+# package:
 version = "0.0.0"
 author = "secushare"
 description = "GNUnet Nim bindings"
 license = "AGPL3"
 # srcDir = ""
 
+# dependencies:
 requires = "nim >= 0.18.0"
 
+when defined(nimdistros):
+  import distros
+  foreignDep "gnunet"
+
+# targets/tasks:
+
 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]