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.2/rust-staticlib-gen-0.2.2.tbz" checksum: [ "sha256=641c4c06b85a9b478098c5b00e36ff65445603a5cecb3e5eabfe8a8bc973b63c" "sha512=d59fb760765bd28138963e8e52f373e33210f0d04f394f47a340fc6b7854a3cb5f59ec5734c94dd4e78eb01d8890b18f79f2574a6098be1190fd8bf058c8a609" ] } x-commit-hash: "ea668cd4e4a7186ae3a05b37d6b9c661f8d7f23c"