-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27144 from btjorge/opam-publish-why3find.1.1.0
Package why3find.1.1.0
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
opam-version: "2.0" | ||
synopsis: "A Why3 Package Manager" | ||
description: | ||
"The why3find utility is designed for managing packages for why3 developpers and associated OCaml extracted code." | ||
maintainer: ["[email protected]" "[email protected]"] | ||
authors: [ | ||
"Loïc Correnson <[email protected]>" | ||
"Benjamin Jorge <[email protected]>" | ||
] | ||
license: "LGPL-2.1-only" | ||
tags: ["why3"] | ||
homepage: "https://git.frama-c.com/pub/why3find" | ||
doc: "https://git.frama-c.com/pub/why3find" | ||
bug-reports: "https://git.frama-c.com/pub/why3find/issues" | ||
depends: [ | ||
"dune" {>= "3.12"} | ||
"dune-site" {>= "3.12"} | ||
"why3" {>= "1.8.0"} | ||
"ocaml" {>= "4.13.0"} | ||
"yojson" {>= "1.7.0"} | ||
"zmq" {>= "5.0.0"} | ||
"terminal_size" {>= "0.2.0"} | ||
"alt-ergo" {with-test & = "2.4.2"} | ||
"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://git.frama-c.com:pub/why3find.git" | ||
url { | ||
src: | ||
"https://git.frama-c.com/pub/why3find/-/archive/1.1.0/why3find-1.1.0.tar.gz" | ||
checksum: [ | ||
"md5=d0a9d93c87e9cd87a3ca9131c6d1f088" | ||
"sha512=38de62fb97f4e52a1dfb7d4d8b4efad007ea04595068c5d842e11e659811ea3489497a04e627c420b41c381f8005935749b1af7575d007bdaf6ba03ed1ad7bfc" | ||
] | ||
} |