-
Notifications
You must be signed in to change notification settings - Fork 0
/
ocaml-rs-smartptr.opam
41 lines (41 loc) · 1.4 KB
/
ocaml-rs-smartptr.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Smart pointer for ocaml-rs"
maintainer: ["Konstantin Olkhovskiy <[email protected]>"]
authors: ["Konstantin Olkhovskiy <[email protected]>"]
license: "Apache-2.0"
homepage: "https://github.com/Lupus/ocaml-rs-smartptr"
bug-reports: "https://github.com/Lupus/ocaml-rs-smartptr/issues"
depends: [
"dune" {>= "3.7"}
"rust-staticlib-gen" {>= "0.2.1" & with-test}
"rust-staticlib-virtual" {>= "0.2.1"}
"dune-cargo-build" {>= "0.2.1" & build}
"ocamlformat" {with-test & >= "0.26.2" & < "0.27.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/Lupus/ocaml-rs-smartptr.git"
# This extensions connects this opam package to its corresponding Rust stubs
# crate. An automated tool could traverse opam dependencies, find ones
# containing such extension fields and combine a full set of Rust crate
# dependencies for a given opam file.
x-rust-stubs-crate: "ocaml-rs-smartptr"
pin-depends: [
["rust-staticlib-gen.0.2.1" "git+https://github.com/Lupus/rust-staticlib-gen.git#0.2.2"]
["rust-staticlib-virtual.0.2.1" "git+https://github.com/Lupus/rust-staticlib-gen.git#0.2.2"]
["dune-cargo-build.0.2.1" "git+https://github.com/Lupus/rust-staticlib-gen.git#0.2.2"]
]