Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stain/scufl2-clojure
Using Scufl2 from Clojure
https://github.com/stain/scufl2-clojure
Last synced: about 1 month ago
JSON representation
Using Scufl2 from Clojure
- Host: GitHub
- URL: https://github.com/stain/scufl2-clojure
- Owner: stain
- License: epl-1.0
- Created: 2012-02-20T01:06:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T10:03:56.000Z (almost 11 years ago)
- Last Synced: 2024-11-05T13:13:16.065Z (3 months ago)
- Language: Clojure
- Homepage: http://www.mygrid.org.uk/dev/wiki/display/developer/SCUFL2
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.html
Awesome Lists containing this project
README
## scufl2-clojure
Example of using the [Scufl2](http://www.mygrid.org.uk/dev/wiki/display/developer/SCUFL2) [Java API](https://github.com/mygrid/scufl2/) in [Clojure](http://clojure.org/).
Limited functionality for now - simply read and write bundle - returned as a
[uk.org.taverna.scufl2.api.container.WorkflowBundle](http://mygrid.github.com/scufl2/api/0.12/uk/org/taverna/scuafl2/api/container/WorkflowBundle.html)## Usage
Running unit tests using [Leiningen](http://leiningen.org/):
stain@biggie:~/src/scufl2-clojure$ lein test
lein test scufl2.test.core
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #greeting>
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #
Visitting #Ran 3 tests containing 4 assertions.
0 failures, 0 errors.## License
* Copyright (C) 2012-2013 Stian Soiland-Reyes
Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.