this repo has no description
1opam-version: "2.0" 2synopsis: "Tezos: all rust dependencies and their dependencies" 3maintainer: "contact@tezos.com" 4authors: "Tezos devteam" 5license: "multiple" 6homepage: "https://www.tezos.com/" 7bug-reports: "https://gitlab.com/tezos/tezos-rust-libs/issues" 8depends: ["conf-rust-2021"] 9build:[ 10 [ 11 "cargo" 12 "build" 13 "--target-dir" "target-librustzcash" 14 "--release" 15 "--package" "librustzcash" 16 ] 17 [ 18 "cargo" 19 "build" 20 "--target-dir" "target-wasmer" 21 "--release" 22 "--package" "wasmer-c-api" 23 "--no-default-features" 24 "--features" "singlepass,wat,compiler,middlewares,universal" 25 ] 26] 27dev-repo: "git+https://gitlab.com/tezos/tezos-rust-libs.git" 28url { 29 src: 30 "https://gitlab.com/tezos/tezos-rust-libs/-/archive/v1.2/tezos-rust-libs-v1.2.zip" 31 checksum: [ 32 "md5=553eb77eb10248af63201476c8c54bf3" 33 "sha512=e9b3c64804974fd254c6e61b45e8898b445a204c70619b65d2d24c11b8357fed6709ebf925e92ff8eb04605e382eb2ada5435ccca301c8bfd843c58d44045c53" 34 "sha256=682127c81681d93acf472e9e1999a79c5178984bc1ea122512ecc6cc6df71763" 35 ] 36} 37x-ci-accept-failures: [ 38 "oraclelinux-8" # rust version is too old (need 1.59+) 39 "alpine-3.14" # rust version is too old (need 1.59+) 40 "alpine-3.15" # rust version is too old (need 1.59+) 41]