https://github.com/ornicar/piraspbay
Rasp share config server
https://github.com/ornicar/piraspbay
Last synced: about 2 months ago
JSON representation
Rasp share config server
- Host: GitHub
- URL: https://github.com/ornicar/piraspbay
- Owner: ornicar
- License: mit
- Created: 2014-02-28T10:07:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T10:24:21.000Z (about 11 years ago)
- Last Synced: 2025-03-29T08:47:26.354Z (2 months ago)
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Name
piraspbay is ....
## Project Goals
TODO
## Community
[... has a mailing list](https://groups.google.com/forum/#!forum/clojure-...). Feel free to join it and ask any questions you may have.
To subscribe for announcements of releases, important changes and so on, please follow [@ClojureWerkz](https://twitter.com/#!/clojurewerkz) on Twitter.
## Project Maturity
... is *very* young.
## Artifacts
... artifacts are [released to Clojars](https://clojars.org/piraspbay). If you are using Maven, add the following repository
definition to your `pom.xml`:``` xml
clojars.org
http://clojars.org/repo```
### The Most Recent Release
With Leiningen:
[piraspbay "1.0.0-alpha1"]
With Maven:
clojurewerkz
piraspbay
1.0.0-alpha1
## Getting Started
Please refer to our [Getting Started guide](...). Don't hesitate to join our [mailing list](https://groups.google.com/forum/#!forum/clojure-...) and ask questions, too!
## Documentation & Examples
Our documentation site is not yet live, sorry.
## Supported Clojure versions
piraspbay is built from the ground up for Clojure 1.5.1 and up.
## Continuous Integration Status
[](http://travis-ci.org/clojurewerkz/piraspbay)
## ... Is a ClojureWerkz Project
piraspbay is part of the [group of Clojure libraries known as ClojureWerkz](http://clojurewerkz.org), together with
* [Monger](http://clojuremongodb.info)
* [Langohr](https://github.com/michaelklishin/langohr)
* [Elastisch](https://github.com/clojurewerkz/elastisch)
* [Welle](http://clojureriak.info)
* [Neocons](http://clojureneo4j.info)
* [Quartzite](https://github.com/michaelklishin/quartzite) and several others.## Development
piraspbay uses [Leiningen
2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make
sure you have it installed and then run tests against supported
Clojure versions usinglein2 all test
Then create a branch and make your changes on it. Once you are done
with your changes and all tests pass, submit a pull request on GitHub.## License
Copyright (C) 2014 Michael S. Klishin, Alex Petrov.
Double licensed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html) (the same as Clojure) or
the [Apache Public License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).