opam-version: "2.0" synopsis: "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" maintainer: ["Konstantin Olkhovskiy "] authors: ["Konstantin Olkhovskiy "] license: "Apache-2.0" homepage: "https://github.com/Lupus/rust-staticlib-gen" bug-reports: "https://github.com/Lupus/rust-staticlib-gen/issues" depends: [ "dune" {>= "2.7"} "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/rust-staticlib-gen.git" url { src: "https://github.com/Lupus/rust-staticlib-gen/releases/download/0.2.0/rust-staticlib-gen-0.2.0.tbz" checksum: [ "sha256=02d3bb345f83237df6bf68ffd32a277b4afc82cb90eedffb377b16e6ad42ab39" "sha512=9c7df3da32085bfb7751e727148df8b81985d601ff1ede10e6685be3625d96e377e1fa1a5214361f6e857f2c1ffa45222d84bd603f1b90f4a7f593aea46a4101" ] } x-commit-hash: "278416ae65ba47bbbaeedd507c7bee7ba679ad1d"