this repo has no description
1opam-version: "2.0"
2synopsis: "Sail to Coq translation"
3maintainer: ["Sail Devs <cl-sail-dev@lists.cam.ac.uk>"]
4authors: [
5 "Alasdair Armstrong"
6 "Thomas Bauereiss"
7 "Brian Campbell"
8 "Shaked Flur"
9 "Jonathan French"
10 "Kathy Gray"
11 "Robert Norton"
12 "Christopher Pulte"
13 "Peter Sewell"
14 "Mark Wassell"
15]
16license: "BSD-2-Clause"
17homepage: "https://github.com/rems-project/sail"
18bug-reports: "https://github.com/rems-project/sail/issues"
19depends: [
20 "dune" {>= "3.0"}
21 "libsail" {= version}
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "--promote-install-files=false"
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38 ["dune" "install" "-p" name "--create-install-files" name]
39]
40dev-repo: "git+https://github.com/rems-project/sail.git"
41url {
42 src:
43 "https://github.com/rems-project/sail/releases/download/0.18/sail-0.18.tbz"
44 checksum: [
45 "sha256=fcdbda14f1ed59fa30e23da34abe02547416e3c2a83fbeee5606e100a5edcf35"
46 "sha512=0bbd72706cb4c1ddf13ea1c42004ec498aa9db8a301020f0dd3d8ac582d1bed8a48c7a825b8e3e6f629279f1f900384f6966608e1cd59e7b1217776413c7fa27"
47 ]
48}
49x-commit-hash: "5d35b1a34d5c8baa70c87a3f485a9e36f7a36746"