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