Skip to content

Commit c4f97bf

Browse files
authored
Merge pull request ocaml#28009 from yarukha/opam-publish-cudd.0.1.1
Package cudd.0.1.1
2 parents 5d06e88 + 32fe16e commit c4f97bf

File tree

1 file changed

+74
-0
lines changed
  • packages/cudd/cudd.0.1.1

1 file changed

+74
-0
lines changed

packages/cudd/cudd.0.1.1/opam

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Minimal cudd bindings"
4+
maintainer: [
5+
"Matthieu Lemerre <[email protected]>"
6+
"Paul Robert <[email protected]>"
7+
]
8+
authors: [
9+
"Matthieu Lemerre <[email protected]>"
10+
"Paul Robert <[email protected]>"
11+
]
12+
license: "LGPL-2.1-only"
13+
homepage: "https://git.frama-c.com/pub/codex/cudd.ml"
14+
bug-reports: "https://git.frama-c.com/pub/codex/cudd.ml/-/issues"
15+
depends: [
16+
"dune" {>= "3.6"}
17+
"odoc" {with-doc}
18+
]
19+
build: [
20+
["dune" "subst"] {dev}
21+
[
22+
"dune"
23+
"build"
24+
"-p"
25+
name
26+
"-j"
27+
jobs
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
]
33+
############################################################################
34+
## This file is part of the Codex semantics library. ##
35+
## ##
36+
## Copyright (C) 2013-2025 ##
37+
## CEA (Commissariat à l'énergie atomique et aux énergies ##
38+
## alternatives) ##
39+
## ##
40+
## you can redistribute it and/or modify it under the terms of the GNU ##
41+
## Lesser General Public License as published by the Free Software ##
42+
## Foundation, version 2.1. ##
43+
## ##
44+
## It is distributed in the hope that it will be useful, ##
45+
## but WITHOUT ANY WARRANTY# without even the implied warranty of ##
46+
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
47+
## GNU Lesser General Public License for more details. ##
48+
## ##
49+
## See the GNU Lesser General Public License version 2.1 ##
50+
## for more details (enclosed in the file LICENSE). ##
51+
## ##
52+
############################################################################
53+
54+
55+
56+
dev-repo: "git+https://git.frama-c.com/pub/codex/cudd.ml.git"
57+
extra-source "cudd/cudd.tar.gz" {
58+
src:
59+
"https://github.com/ivmai/cudd/archive/refs/tags/cudd-3.0.0.tar.gz"
60+
checksum: [
61+
"sha256=5fe145041c594689e6e7cf4cd623d5f2b7c36261708be8c9a72aed72cf67acce"
62+
"md5=edca9c69528256ca8ae37be9cedef73f"
63+
]
64+
}
65+
66+
available: [os="linux" & os-family != "windows" & arch != "riscv64"]
67+
url {
68+
src:
69+
"https://git.frama-c.com/pub/codex/cudd.ml/-/archive/0.1.1/cudd.ml-0.1.1.tar.gz"
70+
checksum: [
71+
"md5=9870c54666e68d74b99a0dc009e762c8"
72+
"sha512=51794851bbbc369956826250af10f5a8f5ee64be8406396f656f448ab65c3b54f9fc1ebd220e1e69950458a15fb7010f2cbcaa2874709f6158e11014209df799"
73+
]
74+
}

0 commit comments

Comments
 (0)