this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package tezos-rust-libs.1.7

+60
+60
packages/tezos-rust-libs/tezos-rust-libs.1.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@tezos.com" 3 + authors: [ "Tezos devteam" ] 4 + homepage: "https://www.tezos.com/" 5 + bug-reports: "https://gitlab.com/tezos/tezos-rust-libs/issues" 6 + dev-repo: "git+https://gitlab.com/tezos/tezos-rust-libs.git" 7 + license: "LicenseRef-multiple" 8 + depends: ["conf-rust-2021"] 9 + build:[ 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,cranelift,wat,middlewares" 25 + ] 26 + ] 27 + install: [ 28 + [ "mkdir" "-p" "%{lib}%/tezos-rust-libs" ] 29 + [ "mkdir" "-p" "%{lib}%/tezos-rust-libs/rust" ] 30 + [ "cp" 31 + "librustzcash/include/librustzcash.h" 32 + "target-librustzcash/release/librustzcash.a" 33 + "wasmer-3.3.0/lib/c-api/wasm.h" 34 + "wasmer-3.3.0/lib/c-api/wasmer.h" 35 + "target-wasmer/release/libwasmer.a" 36 + "%{lib}%/tezos-rust-libs" 37 + ] 38 + [ "cp" 39 + "librustzcash/include/rust/types.h" 40 + "%{lib}%/tezos-rust-libs/rust" 41 + ] 42 + [ "touch" "%{lib}%/tezos-rust-libs/META" ] 43 + ] 44 + synopsis: "Tezos: all rust dependencies and their dependencies" 45 + url { 46 + src: 47 + "https://gitlab.com/tezos/tezos-rust-libs/-/archive/v1.7/tezos-rust-libs-v1.7.zip" 48 + checksum: [ 49 + "sha512=72071d1738c900bd1691225c66dca9a4443f02553a1cdfbff361836a1cf2ffcde8562ecfd21382aeb47e2586ac1a5871943b8712dd852475cd5e1c1219e21a44" 50 + "sha256=e1e8c734f47b511382de12c8e5d35b7c4c9aecc9882445eca80208f917f11e61" 51 + ] 52 + } 53 + x-ci-accept-failures: [ 54 + "oraclelinux-8" # rust version is too old (need 1.62+) 55 + "alpine-3.14" # rust version is too old (need 1.62+) 56 + "alpine-3.15" # rust version is too old (need 1.62+) 57 + "alpine-3.16" # rust version is too old (need 1.62+) 58 + "alpine-3.19" 59 + ] 60 + available: arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "x86_32" & arch != "riscv64" & arch != "riscv32"