Skip to content

Commit f921ce7

Browse files
mattxwangmseri
andauthored
Package rsdd.0.1.0 (#24319)
* Package rsdd.0.1.0 * Revert x-ci-affect-failure --------- Co-authored-by: Marcello Seri <[email protected]>
1 parent e5f3a8b commit f921ce7

File tree

1 file changed

+41
-0
lines changed
  • packages/rsdd/rsdd.0.1.0

1 file changed

+41
-0
lines changed

packages/rsdd/rsdd.0.1.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for RSDD"
4+
description:
5+
"OCaml bindings for the Rust Decision Diagram (RSDD) library, generated with ocaml-rs."
6+
maintainer: ["Matt Wang <[email protected]>"]
7+
authors: [
8+
"Steven Holtzen <[email protected]>"
9+
"Matt Wang <[email protected]>"
10+
]
11+
license: "MIT"
12+
homepage: "https://github.com/neuppl/rsdd-ocaml"
13+
bug-reports: "https://github.com/neuppl/rsdd-ocaml/issues"
14+
depends: [
15+
"ocaml" {>= "4.08.0" & < "5"}
16+
"dune" {>= "2.7"}
17+
"conf-rust-2021"
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/neuppl/rsdd-ocaml.git"
35+
url {
36+
src: "https://github.com/neuppl/rsdd-ocaml/archive/refs/tags/0.1.0.tar.gz"
37+
checksum: [
38+
"md5=bf18648cd174653b40ee822aac825c7b"
39+
"sha512=1d0aaf95332ab41042d5410dde76d6c70308b294cfc3f900bf14297b4d4fb8bcfefd06f295d51dde085c180e1e6fb3494622d76167035a8d14f6044ac05d4967"
40+
]
41+
}

0 commit comments

Comments
 (0)