diff --git a/recipes/with-namespace.rcp b/recipes/with-namespace.rcp new file mode 100644 index 00000000..fd50b7b4 --- /dev/null +++ b/recipes/with-namespace.rcp @@ -0,0 +1,6 @@ +(:name with-namespace + :website "https://github.com/Wilfred/with-namespace.el" + :description "interoperable elisp namespaces." + :type github + :depends (dash loop) + :pkgname "Wilfred/with-namespace.el")