File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,6 @@ make -jN # replace N with the number of CPU cores of your machine
5353It is possible to run ` make fundamental ` to only build files up to the
5454Fundamental Theorem.
5555
56- <!-- # Documentation -->
57-
58- <!-- An HTML rendering of the development can be browsed online at -->
59- <!-- [logsem.github.io/cerise/dev/](https://logsem.github.io/cerise/dev/). In -->
60- <!-- particular, the index page provides an overview of the organisation of the -->
61- <!-- formalization. -->
62-
6356# Organization
6457
6558| * section in the paper* | * Rocq files* |
Original file line number Diff line number Diff line change 1313 in
1414 rec {
1515 packages . default = coqPackages . mkCoqDerivation {
16- pname = "cerise " ;
16+ pname = "cerisier " ;
1717 version = "0.0.0" ;
1818
1919 coq-version = "8.18" ;
2020
2121 src = ./. ;
22- # src = builtins.fetchGit {
23- # url = ./.;
24- # submodules = true;
25- # };
2622
2723 buildInputs = with coqPackages ; [ equations iris stdpp ] ;
2824
2925 meta = with pkgs . lib ; {
30- description = "Cerise, Coq mechanization of a capability machine and principles to reason about the interaction of known and unknown code " ;
31- homepage = "https://github.com/logsem/cerise " ;
26+ description = "Cerisier: A Program Logic for Attestation " ;
27+ homepage = "https://github.com/logsem/cerisier " ;
3228 license = licenses . bsd3 ;
3329 } ;
3430 } ;
Original file line number Diff line number Diff line change 1- name: "coq-cerise "
1+ name: "coq-cerisier "
22synopsis: ""
33opam-version: "2.0"
44maintainer: ""
You can’t perform that action at this time.
0 commit comments