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.0/rust-staticlib-gen-0.2.0.tbz" 33 checksum: [ 34 "sha256=02d3bb345f83237df6bf68ffd32a277b4afc82cb90eedffb377b16e6ad42ab39" 35 "sha512=9c7df3da32085bfb7751e727148df8b81985d601ff1ede10e6685be3625d96e377e1fa1a5214361f6e857f2c1ffa45222d84bd603f1b90f4a7f593aea46a4101" 36 ] 37} 38x-commit-hash: "278416ae65ba47bbbaeedd507c7bee7ba679ad1d"