12 pname = "ElmExtraction";
13 repo = "coq-elm-extraction";
15 domain = "github.com";
29 (range "1.3.1" "1.3.2")
36 release."0.1.0".sha256 = "EWjubBHsxAl2HuRAfJI3B9qzP2mj89eh0CUc8y7/7Ds=";
38 releaseRev = v: "v${v}";
40 propagatedBuildInputs = [
41 coq.ocamlPackages.findlib
45 postPatch = ''patchShebangs ./tests/process-extraction-examples.sh'';
48 description = "A framework for extracting Coq programs to Elm";
49 maintainers = with maintainers; [ _4ever2 ];
50 license = licenses.mit;