Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thalesmg/thalesmg.github.io


https://github.com/thalesmg/thalesmg.github.io

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

* building with nix

#+BEGIN_SRC sh
nix develop
cd site
cabal new-run site clean
cabal new-run site watch
#+END_SRC

* building with plain cabal

Works with GHCUP, GHC 8.10.7, Cabal 3.6.2.0.

#+BEGIN_SRC sh
cd site
# python -m venv venv
# . venv/bin/activate
# eval $(opam env)
cabal update
cabal run site clean
cabal run site watch
#+END_SRC

Dependencies:

#+BEGIN_SRC sh
pip install alectryon
pacman -S opam
opam install coq-serapi
#+END_SRC