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 (ec4bf93 -> 7abd9ad)


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated (ec4bf93 -> 7abd9ad)
Date: Wed, 26 Sep 2018 00:10:47 +0200

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

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

    from ec4bf93  groupchat: improve CLI UX
     new 17c782c  gitignore
     new 7abd9ad  Start of a nimble file, should probably drop nake later on.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore        |  2 ++
 gnunet-nim.nimble | 11 +++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 gnunet-nim.nimble

diff --git a/.gitignore b/.gitignore
index b4c2599..b1c0689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ examples/groupchat
 *.pretty.nim
 *.backup
 nakefile
+\#*\#
+*~
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]