|
|
|
|
|
by tomjakubowski
1339 days ago
|
|
Clojars has the right idea for namespacing: some-tool is an alias for some-tool/some-tool. This means the first package to squat on the name can use the shorthand version, while allowing other packages with the same name in other namespaces. (which may be forks or entirely different packages) |
|