this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25769 from maranget/opam-publish-herdtools7.7.57

Package herdtools7.7.57

authored by

Anil Madhavapeddy and committed by
GitHub
783ee6db 12574112

+31
+31
packages/herdtools7/herdtools7.7.57/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The herdtools suite for simulating and studying weak memory models" 3 + maintainer: "Luc Maranget <Luc.Maranget@inria.fr>" 4 + authors: [ 5 + "Luc Maranget <Luc.Maranget@inria.fr>" 6 + "Jade Alglave <j.alglave@ucl.ac.uk>" 7 + ] 8 + homepage: "http://diy.inria.fr/" 9 + bug-reports: "http://github.com/herd/herdtools7/issues/" 10 + doc: "http://diy.inria.fr/doc/index.html" 11 + dev-repo: "git+https://github.com/herd/herdtools7.git" 12 + license: "CECILL-B" 13 + build: [make "build" "PREFIX=%{prefix}%"] 14 + install: [make "install" "PREFIX=%{prefix}%"] 15 + # @todo Add "build-doc" field 16 + # @todo Add "build-test" field 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "dune" {>= "2.7" } 20 + "menhir" {>= "20200123"} 21 + "zarith" {>= "1.10"} 22 + "conf-which" 23 + ] 24 + conflicts: ["ocaml-option-bytecode-only"] 25 + url { 26 + src: "https://github.com/herd/herdtools7/archive/refs/tags/7.57.tar.gz" 27 + checksum: [ 28 + "md5=94f321f138662ba84f519376b6a9ec44" 29 + "sha512=08c6d99e8bcd1774f40daed2965f286401404dbf42c4871246edd5b64ce4fd89ead1f36d2c6d7bfc534d769888cf61b0c8cd6decca9434272c32cbef1bcd29ba" 30 + ] 31 + }