An open API service indexing awesome lists of open source software.

https://github.com/stackbuilders/high-spec

The code for the specific endpoints blog post
https://github.com/stackbuilders/high-spec

Last synced: 6 months ago
JSON representation

The code for the specific endpoints blog post

Awesome Lists containing this project

README

          

# high-spec

The code for the spefic endpoints blog post

If you would like to try this code. You should do the following:

- Use a GNU Linux/BSD machine like a sane person (mac doesn't count)
- install (gcc) and all the other build essentials
- [install ATS] [1]
- install the haskell tool named [stack] [2]
- clone this repo
- run the command [make] [3]
- use stack to [build the project] [4]
- you can try stuff in ghci with `stack ghci --ghc-options -Lats` if you would like

[1]: https://groups.google.com/forum/#!topic/ats-lang-users/Jj79enV9MpY
[2]: http://docs.haskellstack.org/en/stable/README.html
[3]: https://www.gnu.org/software/make/manual/html_node/Running.html
[4]: http://docs.haskellstack.org/en/stable/README.html#quick-start-guide

## License

Licensed under the BSD-3 License.