Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
readme n stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarm Coders committed Nov 2, 2012
1 parent 3af8cf3 commit e587210
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,13 +1,13 @@
# metaverse
# Metaverse

A Clojure library designed to ... well, that part is up to you.
Parallel universes ... for namespaces

## Usage

FIXME

## License

Copyright © 2012 FIXME
Copyright © 2012 Seattle Clojure Group

Distributed under the Eclipse Public License, the same as Clojure.
4 changes: 2 additions & 2 deletions project.clj
@@ -1,6 +1,6 @@
(defproject metaverse "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:description "Parallel universes for namespaces"
:url "https://github.com/Seajure/metaverse"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]]
Expand Down
1 change: 1 addition & 0 deletions src/meta/verse.clj
Expand Up @@ -12,6 +12,7 @@
(defonce ccl (.getContextClassLoader (Thread/currentThread)))

(defn qualify [lib checksum]
;; TODO: different separator
(symbol (str lib "." checksum)))

(defn transform [ns-form checksum]
Expand Down

0 comments on commit e587210

Please sign in to comment.