Skip to content

Commit 9681c82

Browse files
committed
Rename cerise -> cerisier in various places
1 parent 68c8089 commit 9681c82

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ make -jN # replace N with the number of CPU cores of your machine
5353
It is possible to run `make fundamental` to only build files up to the
5454
Fundamental 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* |

flake.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,18 @@
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
};

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "coq-cerise"
1+
name: "coq-cerisier"
22
synopsis: ""
33
opam-version: "2.0"
44
maintainer: ""

0 commit comments

Comments
 (0)