Skip to content

Commit bf78b93

Browse files
authored
Merge pull request #27619 from bacam/opam-publish-lem.2025-03-13
Package lem.2025-03-13
2 parents 941c522 + 1e6846f commit bf78b93

File tree

1 file changed

+53
-0
lines changed
  • packages/lem/lem.2025-03-13

1 file changed

+53
-0
lines changed

packages/lem/lem.2025-03-13/opam

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
opam-version: "2.0"
2+
maintainer: "Lem Devs <[email protected]>"
3+
authors: [
4+
"Dominic Mulligan"
5+
"Francesco Zappa Nardelli"
6+
"Gabriel Kerneis"
7+
"Kathy Gray"
8+
"Peter Boehm"
9+
"Peter Sewell"
10+
"Scott Owens"
11+
"Thomas Tuerk"
12+
"Brian Campbell"
13+
"Shaked Flur"
14+
"Thomas Bauereiss"
15+
"Stephen Kell"
16+
"Thomas Williams"
17+
"Lars Hupel"
18+
"Basile Clement"
19+
]
20+
homepage: "http://www.cl.cam.ac.uk/~pes20/lem/"
21+
bug-reports: "https://github.com/rems-project/lem/issues"
22+
license: ["BSD-3-Clause" "LGPL-2.1-or-later"]
23+
dev-repo: "git+https://github.com/rems-project/lem.git"
24+
build: [make "INSTALL_DIR=%{prefix}%"]
25+
install: [make "INSTALL_DIR=%{prefix}%" "install"]
26+
remove: [make "INSTALL_DIR=%{prefix}%" "uninstall"]
27+
depends: [
28+
"ocaml" {>= "4.07.0"}
29+
"ocamlfind" {build & >= "1.5.1"}
30+
"ocamlbuild" {build}
31+
"conf-findutils" {build}
32+
"zarith" {>= "1.4"}
33+
"num"
34+
]
35+
conflicts: [ "ocaml-option-bytecode-only" ]
36+
synopsis: "Lem is a tool for lightweight executable mathematics"
37+
description: """
38+
Lem is a tool for lightweight executable mathematics, for writing,
39+
managing, and publishing large-scale portable semantic definitions,
40+
with export to LaTeX, executable code (currently OCaml) and
41+
interactive theorem provers (currently Coq, HOL4, and Isabelle/HOL).
42+
43+
It is also intended as an intermediate language for generating
44+
definitions from domain-specific tools, and for porting definitions
45+
between interactive theorem proving systems."""
46+
url {
47+
src:
48+
"https://github.com/rems-project/lem/archive/refs/tags/2025-03-13.tar.gz"
49+
checksum: [
50+
"md5=3a4bdd7d70450f0ca2444fcd475bd9d1"
51+
"sha512=3e11d546b1357ff12138a301d4c74bc280ec87b459f86cc951fcaf92f089f8d2c68255e4559f56d95024e50d23274708e8308f98f51b5b5caad875269847aba8"
52+
]
53+
}

0 commit comments

Comments
 (0)