Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max-leuthaeuser/scalaformalcrom
This is an adaption for Scala of github.com/Eden-06/formalCROM
https://github.com/max-leuthaeuser/scalaformalcrom
Last synced: 12 days ago
JSON representation
This is an adaption for Scala of github.com/Eden-06/formalCROM
- Host: GitHub
- URL: https://github.com/max-leuthaeuser/scalaformalcrom
- Owner: max-leuthaeuser
- License: gpl-3.0
- Created: 2015-04-09T10:05:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T09:34:30.000Z (over 6 years ago)
- Last Synced: 2024-11-14T03:49:17.081Z (about 2 months ago)
- Language: Scala
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScalaFormalCROM
===============[![Build Status](https://travis-ci.org/max-leuthaeuser/ScalaFormalCROM.svg)](https://travis-ci.org/max-leuthaeuser/ScalaFormalCROM)
**1. Description:**
This is an adaption for Scala of [formalCROM][formalCROM].**2. Edit and run:**
2.1. Clone this repo.
2.2. You may want to use SBT and run ```gen-idea``` if you are using Intellij IDE <= 13 (to config see [here][sbt-gen-idea]). This is not required anymore since Intellij 14. Just use the built-in import SBT project functionality.
2.3. You may want to use SBT and run ```eclipse``` if you are using the Eclipse Scala IDE. (to config see [here][gen-eclipse])
[sbt-gen-idea]: https://github.com/mpeltonen/sbt-idea
[gen-eclipse]: https://github.com/typesafehub/sbteclipse
[formalCROM]: https://github.com/Eden-06/formalCROM