this repo has no description

Merge pull request #22553 from Alasdair/release-sail-0.15

[new release] sail_smt_backend, sail_output, sail_ocaml_backend, sail_manifest, sail_lem_backend, sail_latex_backend, sail_coq_backend, sail_c_backend, sail and libsail (0.15)

Changed files
+531
packages
libsail
libsail.0.15
sail
sail.0.15
sail_c_backend
sail_c_backend.0.15
sail_coq_backend
sail_coq_backend.0.15
sail_latex_backend
sail_latex_backend.0.15
sail_lem_backend
sail_lem_backend.0.15
sail_manifest
sail_manifest.0.15
sail_ocaml_backend
sail_ocaml_backend.0.15
sail_output
sail_output.0.15
sail_smt_backend
sail_smt_backend.0.15
+68
packages/libsail/libsail.0.15/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Sail is a language for describing the instruction semantics of processors"
+
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/.
+
"""
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"dune-site" {>= "3.0.2"}
+
"menhir" {build & >= "20180523"}
+
"ott" {>= "0.28" & build}
+
"lem" {>= "2018-12-14"}
+
"linksem" {>= "0.3"}
+
"conf-gmp"
+
"conf-zlib"
+
"yojson" {>= "1.6.0"}
+
"pprint"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+70
packages/sail/sail.0.15/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Sail is a language for describing the instruction semantics of processors"
+
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/.
+
"""
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"sail_manifest" {= version & build}
+
"sail_ocaml_backend" {= version & post}
+
"sail_c_backend" {= version & post}
+
"sail_smt_backend" {= version & post}
+
"sail_lem_backend" {= version & post}
+
"sail_coq_backend" {= version & post}
+
"sail_latex_backend" {= version & post}
+
"sail_output" {= version & post}
+
"linenoise" {>= "1.1.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
substs: [ "src/bin/manifest.ml" ]
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+49
packages/sail_c_backend/sail_c_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to C translation"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+49
packages/sail_coq_backend/sail_coq_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to Coq translation"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+50
packages/sail_latex_backend/sail_latex_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to LaTeX formating"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"omd" {>= "1.3.1" & < "1.4.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+49
packages/sail_lem_backend/sail_lem_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to Lem translation"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+48
packages/sail_manifest/sail_manifest.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Helper tool for compiling Sail"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+50
packages/sail_ocaml_backend/sail_ocaml_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to OCaml translation"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"base64" {>= "3.1.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+49
packages/sail_output/sail_output.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Example Sail output plugin"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"
+49
packages/sail_smt_backend/sail_smt_backend.0.15/opam
···
+
opam-version: "2.0"
+
synopsis: "Sail to C translation"
+
maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
+
authors: [
+
"Alasdair Armstrong"
+
"Thomas Bauereiss"
+
"Brian Campbell"
+
"Shaked Flur"
+
"Jonathan French"
+
"Kathy Gray"
+
"Robert Norton"
+
"Christopher Pulte"
+
"Peter Sewell"
+
"Mark Wassell"
+
]
+
license: "BSD-2-Clause"
+
homepage: "https://github.com/rems-project/sail"
+
bug-reports: "https://github.com/rems-project/sail/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"libsail" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/rems-project/sail.git"
+
url {
+
src:
+
"https://github.com/rems-project/sail/releases/download/0.15/sail-0.15.tbz"
+
checksum: [
+
"sha256=6849fb16af6a3a1f70a9202ceffeb91f0d5afe0dc403d7a29b42b065dc3510fb"
+
"sha512=64219a4824c428798937f1f2b3d4e8c7b2ff0cb3a835e82a7e98b6c337d16f7496d0f94cb7c65f2c74089a53598e6df04624485f1db0c1ca11ba8fc9dea281d6"
+
]
+
}
+
x-commit-hash: "10b7ffc4628cf6e3b6aae0657b1a998b945b8085"