ctucx.git: oeffi-web

[nimlang] oeffisearch fork that works without javascript

commit 1a4530f9cfe6de244375a022cddd65af74a675bd
parent 01ce4b09935a67f5975d355d6fca83fdaa0c7016
Author: Leah Thein <leah@toaster.fritz.box>
Date: Tue, 24 Nov 2020 18:52:31 +0100

rename
4 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/oeffi-web.nimble b/oeffi-web.nimble
@@ -0,0 +1,11 @@
+# Package
+version       = "0.1.0"
+author        = "ctucx, petabyteboy"
+description   = "oeffi-web: public transport in your browser "
+license       = "AGPL-3.0"
+srcDir        = "src"
+bin           = @["oeffi-web_nojs", "oeffi-web"]
+
+
+# Dependencies
+requires "nim >= 1.0.4"
diff --git a/oeffisearch.nimble b/oeffisearch.nimble
@@ -1,12 +0,0 @@
-# Package
-version       = "0.1.0"
-author        = "ctucx, petabyteboy"
-description   = "oeffisearch: public transport in your browser "
-license       = "AGPL-3.0"
-srcDir        = "src"
-bin           = @["oeffisearch_nojs", "oeffisearch"]
-
-
-
-# Dependencies
-requires "nim >= 1.0.4"
diff --git a/src/oeffisearch.nim b/src/oeffi-web.nim
diff --git a/src/oeffisearch_nojs.nim b/src/oeffi-web_nojs.nim