package libsail
- 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.1.tbz
sha256=ba81b8d7aa5705e04064013ab20c006b80c6db44f95225ac4fbf6042297e50eb
sha512=7f4418a8c9b5982bc30f9f9de2036a8ee7bf463edd0ade3c4b8d592935d9548fc006f95e3ee8e52cbed20f3c3f839a68daacab00cfa49b5f302d70c7b49264c6
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: 22 Dec 2025
Dependencies (9)
Dev Dependencies (2)
-
odoc
with-doc -
bisect_ppx
dev & >= "2.5.0"
Used by (11)
-
sail
>= "0.20.1" -
sail_c_backend
>= "0.20.1" -
sail_coq_backend
>= "0.20.1" -
sail_doc_backend
>= "0.20.1" -
sail_latex_backend
>= "0.20.1" -
sail_lean_backend
>= "0.20.1" -
sail_lem_backend
>= "0.20.1" -
sail_ocaml_backend
>= "0.20.1" -
sail_output
>= "0.20.1" -
sail_smt_backend
>= "0.20.1" -
sail_sv_backend
>= "0.20.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page