Skip to content

Commit e5f3a8b

Browse files
authored
Merge pull request #24590 from n-osborne/opam-publish-gospel.0.2.0
Package gospel.0.2.0
2 parents 6b979e1 + d4e3905 commit e5f3a8b

File tree

1 file changed

+56
-0
lines changed
  • packages/gospel/gospel.0.2.0

1 file changed

+56
-0
lines changed

packages/gospel/gospel.0.2.0/opam

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
opam-version: "2.0"
2+
synopsis: "A tool-agnostic formal specification language for OCaml"
3+
description: """\
4+
Gospel is a behavioural specification language for OCaml programs. It provides
5+
developers with a non-invasive and easy-to-use syntax to annotate their module
6+
interfaces with formal contracts that describe type invariants, mutability,
7+
function pre-conditions and post-conditions, effects, exceptions, and much more!"""
8+
maintainer: "[email protected]"
9+
authors: [
10+
"Jean-Christophe Filliâtre"
11+
"Samuel Hym"
12+
"Cláudio Lourenço"
13+
"Nicolas Obsorne"
14+
"Clément Pascutto"
15+
"Mário Pereira"
16+
]
17+
license: "MIT"
18+
homepage: "https://github.com/ocaml-gospel/gospel"
19+
bug-reports: "https://github.com/ocaml-gospel/gospel/issues"
20+
depends: [
21+
"ocaml" {>= "4.11"}
22+
"ocamlfind"
23+
"dune" {>= "3.0.0"}
24+
"menhir" {>= "20181006"}
25+
"cmdliner" {>= "1.1.0"}
26+
"fmt" {>= "0.8.7"}
27+
"ocaml-compiler-libs" {>= "v0.12.0"}
28+
"ppxlib" {>= "0.26.0"}
29+
"ppx_deriving" {>= "5.2.1"}
30+
"pp_loc" {>= "2.1.0"}
31+
"odoc" {with-test}
32+
]
33+
build: [
34+
["dune" "subst"] {dev}
35+
[
36+
"dune"
37+
"build"
38+
"-p"
39+
name
40+
"-j"
41+
jobs
42+
"@install"
43+
"@runtest" {with-test}
44+
"@doc" {with-doc}
45+
]
46+
]
47+
dev-repo: "git://github.com/ocaml-gospel/gospel"
48+
49+
url {
50+
src:
51+
"https://github.com/ocaml-gospel/gospel/archive/refs/tags/0.2.0.tar.gz"
52+
checksum: [
53+
"md5=964e7cb82b4391c7ad0794c20adcc67f"
54+
"sha512=15c5d3f48fac648ce0799c2664323d461f3792ae9477ba0fe8c499228a9faddda22e8ef66ef10733dce550dcf8ba2641fce2b5472005f649f28e5426d0631375"
55+
]
56+
}

0 commit comments

Comments
 (0)