package sail
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Sail is a language for describing the instruction semantics of processors
Install
dune-project
Dependency
Authors
Maintainers
Sources
sail-0.20.tbz
sha256=59399896d0ab364b7f39e493efd675c4c0b660380dd87c4b2773eb13b93e47d3
sha512=87f73f2863eb2d8b7733024becb301dd4375ba0fbf2599024758c6a333fcd71db0ed497fb43905cfa75f80b54aab5acf5dbeffd37313a9df23213a50d346b69e
Description
Sail is a language for describing the instruction-set architecture (ISA) semantics of processors. Sail aims to provide a engineer-friendly, vendor-pseudocode-like language for describing instruction semantics. It is essentially a first-order imperative language, but with lightweight dependent typing for numeric types and bitvector lengths, which are automatically checked using Z3. It has been used for several papers, available from http://www.cl.cam.ac.uk/~pes20/sail/.
Published: 14 Oct 2025
Dependencies (14)
-
linenoise
>= "1.1.0"
-
sail_output
= version & post
-
sail_doc_backend
= version & post
-
sail_latex_backend
= version & post
-
sail_lean_backend
= version & post
-
sail_coq_backend
= version & post
-
sail_lem_backend
= version & post
-
sail_sv_backend
= version & post
-
sail_smt_backend
= version & post
-
sail_c_backend
= version & post
-
sail_ocaml_backend
= version & post
-
sail_manifest
= version & build
-
libsail
= version
-
dune
>= "3.11"
Dev Dependencies (1)
-
odoc
with-doc
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page