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.2.tbz
sha256=3221c89257ef01da3b9f4768655b3b64e685a382e0978e9cdf256b288cec6474
sha512=a3077774869847dd20556f98a6364114727cd3cd4830fc6f3ff0837e018826ad102ce682b0b4e88aa8c1eceec6952c8415c66fd96f67a9000510aa77e928105f
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 Jun 2026
Dependencies (9)
Dev Dependencies (2)
-
odoc
with-doc -
bisect_ppx
dev & >= "2.5.0"
Used by (11)
-
sail
>= "0.20.2" -
sail_c_backend
>= "0.20.2" -
sail_coq_backend
>= "0.20.2" -
sail_doc_backend
>= "0.20.2" -
sail_latex_backend
>= "0.20.2" -
sail_lean_backend
>= "0.20.2" -
sail_lem_backend
>= "0.20.2" -
sail_ocaml_backend
>= "0.20.2" -
sail_output
>= "0.20.2" -
sail_smt_backend
>= "0.20.2" -
sail_sv_backend
>= "0.20.2"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page