From a76ee971789a074c7b262d583e14a703a143a372 Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Tue, 23 Jun 2020 15:22:43 +0100 Subject: Rename coq-sail opam file so that pinning works --- coq-sail.opam | 43 +++++++++++++++++++++++++++++++++++++++++++ coq-sail.opam.coq | 43 ------------------------------------------- 2 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 coq-sail.opam delete mode 100644 coq-sail.opam.coq diff --git a/coq-sail.opam b/coq-sail.opam new file mode 100644 index 00000000..bd770ee9 --- /dev/null +++ b/coq-sail.opam @@ -0,0 +1,43 @@ +opam-version: "2.0" +name: "coq-sail" +version: "0.13" +maintainer: "Sail Devs " +authors: [ + "Alasdair Armstrong" + "Thomas Bauereiss" + "Brian Campbell" + "Shaked Flur" + "Jonathan French" + "Kathy Gray" + "Robert Norton" + "Christopher Pulte" + "Peter Sewell" + "Mark Wassell" +] +homepage: "http://www.cl.cam.ac.uk/~pes20/sail/" +bug-reports: "https://github.com/rems-project/sail/issues" +license: "BSD3" +dev-repo: "git+https://github.com/rems-project/sail.git" +build: [make "-C" "lib/coq"] +install: [make "-C" "lib/coq" "install"] +depends: [ + "coq" {>= "8.9.0"} + "coq-bbv" {= "1.1"} +] +synopsis: + "Support library for Sail, a language for describing the instruction semantics of processors" +description: + """The support library for instruction-set semantics generated from Sail. +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/. +The Sail tool can be found in main opam repository.""" +tags: [ + "logpath:Sail" + "category:CS/Semantics and Compilation/Semantics" +] diff --git a/coq-sail.opam.coq b/coq-sail.opam.coq deleted file mode 100644 index bd770ee9..00000000 --- a/coq-sail.opam.coq +++ /dev/null @@ -1,43 +0,0 @@ -opam-version: "2.0" -name: "coq-sail" -version: "0.13" -maintainer: "Sail Devs " -authors: [ - "Alasdair Armstrong" - "Thomas Bauereiss" - "Brian Campbell" - "Shaked Flur" - "Jonathan French" - "Kathy Gray" - "Robert Norton" - "Christopher Pulte" - "Peter Sewell" - "Mark Wassell" -] -homepage: "http://www.cl.cam.ac.uk/~pes20/sail/" -bug-reports: "https://github.com/rems-project/sail/issues" -license: "BSD3" -dev-repo: "git+https://github.com/rems-project/sail.git" -build: [make "-C" "lib/coq"] -install: [make "-C" "lib/coq" "install"] -depends: [ - "coq" {>= "8.9.0"} - "coq-bbv" {= "1.1"} -] -synopsis: - "Support library for Sail, a language for describing the instruction semantics of processors" -description: - """The support library for instruction-set semantics generated from Sail. -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/. -The Sail tool can be found in main opam repository.""" -tags: [ - "logpath:Sail" - "category:CS/Semantics and Compilation/Semantics" -] -- cgit v1.2.3