Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
"A Sentinel/marker package to define the rust staticlib virtual library")
(description
"The rust-staticlib-virtual package is a sentinel/marker package that defines a virtual dune library that indicates presence of Rust dependencies somewhere down the dependency chain. To have an implementation of this virtual library in your project, please use `rust-staticlib-gen` tool: https://github.com/Lupus/rust-staticlib-gen")
(depends))
(depends
(ocaml
(>= 4.13))))

(package
(name dune-cargo-build)
Expand Down
1 change: 1 addition & 0 deletions rust-staticlib-virtual.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ homepage: "https://github.com/Lupus/rust-staticlib-gen"
bug-reports: "https://github.com/Lupus/rust-staticlib-gen/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.13"}
"odoc" {with-doc}
]
build: [
Expand Down
Loading