Skip to content

Commit

Permalink
Merge pull request #25873 from btjorge/opam-publish-why3find.1.0
Browse files Browse the repository at this point in the history
Package why3find.1.0
  • Loading branch information
mseri authored May 16, 2024
2 parents 0bdad08 + 252e2c3 commit 23fec2c
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/why3find/why3find.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This file is generated by dune, edit dune-project instead
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: ["benjamin.jorge@cea.fr" "loic.correnson@cea.fr"]
authors: [
"Loïc Correnson <loic.correnson@cea.fr>"
"Benjamin Jorge <benjamin.jorge@cea.fr>"
]
license: "LGPL-2.1-only"
tags: ["topics" "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.5"}
"dune-site" {>= "3.5"}
"why3" {>= "1.7.0" & < "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.0/why3find-1.0.tar.gz"
checksum: [
"md5=6db70cd5ee884a1014ed6243a3e83df9"
"sha512=329e0aac4a0e5f7fcd96c5bec90938e643f7ebab81e38ff1e877b85761139706d75395a2f20e1911136d63ec1d23853a3efec8c5d87dc94102748845cf722a9d"
]
}

0 comments on commit 23fec2c

Please sign in to comment.