lh-l4v/camkes
Gerwin Klein a45adef66a all: remove theory import path references
In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
2020-11-02 10:16:17 +10:00
..
adl-spec license: provide documentation under CC-BY-SA-4.0 2020-03-16 14:19:15 +08:00
cdl-refine licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
glue-proofs license: provide documentation under CC-BY-SA-4.0 2020-03-16 14:19:15 +08:00
glue-spec all: remove theory import path references 2020-11-02 10:16:17 +10:00
Makefile licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
README licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00
ROOT camkes: ROOT updates 2020-10-27 15:52:31 +10:00
tests.xml licenses: convert license tags to SPDX 2020-03-13 14:38:24 +08:00

README

<!--
     Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)

     SPDX-License-Identifier: GPL-2.0-only
-->

CAmkES is a component platform for seL4. This directory contains files related
to a formal Isabelle model of CAmkES.

 adl-spec/ - Architectural model.
 glue-proofs/ - AutoCorres-based work (bottom-up approach to glue code).
 glue-spec/ - Behavioural model (top-down approach to glue code).