aboutsummaryrefslogtreecommitdiff
path: root/ifaddr.nimble
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2020-02-19 22:14:08 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2020-02-19 22:14:08 +0200
commitb5665310e5c1e5d60893248ff146b1a60032dd87 (patch)
tree57e7eb9aea927f08c57879b452e82c3e6da4af14 /ifaddr.nimble
downloadifaddr-nim-master.tar.gz
ifaddr-nim-master.zip
initial commitHEADmaster
Diffstat (limited to 'ifaddr.nimble')
-rw-r--r--ifaddr.nimble13
1 files changed, 13 insertions, 0 deletions
diff --git a/ifaddr.nimble b/ifaddr.nimble
new file mode 100644
index 0000000..70cd21f
--- /dev/null
+++ b/ifaddr.nimble
@@ -0,0 +1,13 @@
+# Package
+
+version = "0.1.0"
+author = "Oskari Timperi"
+description = "A new awesome nimble package"
+license = "MIT"
+srcDir = "src"
+
+
+
+# Dependencies
+
+requires "nim >= 1.0.6"