Skip to content

Commit

Permalink
- Re-enabled 'test' caps as 'example' caps
Browse files Browse the repository at this point in the history
- Set git url in .opam to branch
  • Loading branch information
ric-almeida committed Feb 13, 2024
1 parent 8f8eca2 commit aaa53be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coq-cheri-capabilities.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/rems-project/coq-cheri-capabilities.git"
dev-repo: "git+https://github.com/rems-project/coq-cheri-capabilities.git#replacing_coq-sail_with_coq-sail-stdpp"
4 changes: 2 additions & 2 deletions theories/Morello/Capabilities.v
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ Module Capability <: CAPABILITY (AddressValue) (Flags) (ObjType) (SealType) (Bou
End Capability.


(* Module TestCaps.
Module ExampleCaps.

(* c1 corresponds to https://www.morello-project.org/capinfo?c=1900000007f1cff1500000000ffffff15 *)
Definition c1:Capability.t := Capability.of_Z 0x1900000007f1cff1500000000ffffff15.
Expand All @@ -1140,4 +1140,4 @@ End Capability.
Definition c3_bytes := ["208"%char;"230"%char;"255"%char;"255"%char;"000"%char;"000"%char;"000"%char;
"042"%char;"208"%char;"230"%char;"212"%char;"102"%char;"000"%char;"000"%char;"000"%char;"220"%char].

End TestCaps. *)
End ExampleCaps.

0 comments on commit aaa53be

Please sign in to comment.