lh-l4v/camkes
Matthew Brecknell c2fa704d9b add workaround for building documents with TeX Live 2016 [VER-622]
Isabelle LaTeX style files use old font commands \bf, \rm, \tt, etc.
However, newer versions of some LaTeX document classes (e.g. scrbook)
have removed support for these commands. This brings back those
commands for documents built with isabelle.sty.
2016-07-22 07:48:08 +10:00
..
adl-spec add workaround for building documents with TeX Live 2016 [VER-622] 2016-07-22 07:48:08 +10:00
cdl-refine license-tool: missing license headers + .licenseignore [VER-551] 2016-07-14 16:34:31 +10:00
glue-proofs add workaround for building documents with TeX Live 2016 [VER-622] 2016-07-22 07:48:08 +10:00
glue-spec add workaround for building documents with TeX Live 2016 [VER-622] 2016-07-22 07:48:08 +10:00
Makefile camkes: Add CamkesCdlRefine to regression tests. 2015-05-27 16:22:24 +10:00
README release cleanup 2014-07-17 18:22:50 +02:00
ROOT word_lib: adjust theory dependencies 2016-05-16 21:11:40 +10:00
tests.xml regression: bump timeouts further. All timeouts now multiples of 1hr. 2016-02-22 17:38:35 +11:00

README

#
# Copyright 2014, NICTA
#
# This software may be distributed and modified according to the terms of
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(NICTA_GPL)
#

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).