this repo has no description
1opam-version: "2.0"
2synopsis: "Helper tool for compiling Sail"
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 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "--promote-install-files=false"
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37 ["dune" "install" "-p" name "--create-install-files" name]
38]
39dev-repo: "git+https://github.com/rems-project/sail.git"
40url {
41 src:
42 "https://github.com/rems-project/sail/releases/download/0.16/sail-0.16.tbz"
43 checksum: [
44 "sha256=aa38dbc4236fe8f63a3eede7d8a097adc2bb0992e2198a782ffe339c767e1008"
45 "sha512=1c7279cb6db7c01a32ceedce6328886966eee46c25e552a2e69d2f5d201bd98b68c9d409e7a9233a709a09f4895c68b06df985833f6f60c2f201880a74a9e82c"
46 ]
47}
48x-commit-hash: "393de35eba02f4b2a47e0d3798c90bf44a26da55"