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.1.0/rust-staticlib-gen-0.1.0.tbz" checksum: [ "sha256=b50bbb1de95492febe98f4f552339442816b3fb0728f8f129851584af452d13e" "sha512=c02e417506b7f42c22a772d2528fe7aecc7c1165eae66376b5dc01f67eaf63cbb9c8bae62d4eb40a1d542af705ea0fa488b6f9b4aff1b8f8b4fafad0b698688e" ] } x-commit-hash: "2c8c369655721b304b251ecdd47fee9406caa455"