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