opam-version: "2.0" synopsis: "Sail documentation generator" maintainer: ["Sail Devs "] 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"} "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.18/sail-0.18.tbz" checksum: [ "sha256=fcdbda14f1ed59fa30e23da34abe02547416e3c2a83fbeee5606e100a5edcf35" "sha512=0bbd72706cb4c1ddf13ea1c42004ec498aa9db8a301020f0dd3d8ac582d1bed8a48c7a825b8e3e6f629279f1f900384f6966608e1cd59e7b1217776413c7fa27" ] } x-commit-hash: "5d35b1a34d5c8baa70c87a3f485a9e36f7a36746"