this repo has no description
1opam-version: "2.0" 2synopsis: 3 "A Sentinel/marker package to define the rust staticlib virtual library" 4description: 5 "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" 6maintainer: ["Konstantin Olkhovskiy <lupus@oxnull.net>"] 7authors: ["Konstantin Olkhovskiy <lupus@oxnull.net>"] 8license: "Apache-2.0" 9homepage: "https://github.com/Lupus/rust-staticlib-gen" 10bug-reports: "https://github.com/Lupus/rust-staticlib-gen/issues" 11depends: [ 12 "dune" {>= "2.7"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/Lupus/rust-staticlib-gen.git" 30url { 31 src: 32 "https://github.com/Lupus/rust-staticlib-gen/releases/download/0.2.2/rust-staticlib-gen-0.2.2.tbz" 33 checksum: [ 34 "sha256=641c4c06b85a9b478098c5b00e36ff65445603a5cecb3e5eabfe8a8bc973b63c" 35 "sha512=d59fb760765bd28138963e8e52f373e33210f0d04f394f47a340fc6b7854a3cb5f59ec5734c94dd4e78eb01d8890b18f79f2574a6098be1190fd8bf058c8a609" 36 ] 37} 38x-commit-hash: "ea668cd4e4a7186ae3a05b37d6b9c661f8d7f23c"