this repo has no description
1opam-version: "2.0" 2synopsis: "Sail documentation generator" 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 "base64" {>= "3.1.0"} 23 "omd" {>= "1.3.1" & < "1.4.0"} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "--promote-install-files=false" 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40 ["dune" "install" "-p" name "--create-install-files" name] 41] 42dev-repo: "git+https://github.com/rems-project/sail.git" 43url { 44 src: 45 "https://github.com/rems-project/sail/releases/download/0.17.1/sail-0.17.1.tbz" 46 checksum: [ 47 "sha256=11463fe0bb4a494dab408598d37e7a065ffab348753e3134e964edb56da896a2" 48 "sha512=3ea18086992e07414d474bf3b604b6927d7dee313fb475e9bb1fdf4f7c0e10f7d4b0143c8e6670f90db335d3a8fcd507f777a9e3a98051be343e0d101fd8b9a4" 49 ] 50} 51x-commit-hash: "8217b279ef55b3c32e792b9683a75f2ce0cfad29"