Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bindgen-0.60.1
@ 2022-09-18 19:07 rederick29
  2022-09-18 19:25 ` ahesford
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1409 bytes --]

There is a new pull request by rederick29 against master on the void-packages repository

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: bindgen-0.60.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


A patch file from https://github.com/void-linux/void-packages/pull/39348.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39348.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]

From 275e5f18800ec4d1581c5436f55e8689208203da Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: bindgen-0.60.1

---
 srcpkgs/bindgen/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/bindgen/template

diff --git a/srcpkgs/bindgen/template b/srcpkgs/bindgen/template
new file mode 100644
index 000000000000..4cd680170625
--- /dev/null
+++ b/srcpkgs/bindgen/template
@@ -0,0 +1,19 @@
+# Template file for 'bindgen'
+pkgname=bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+build_helper="rust"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+depends="libclang>=12.0.1"
+shlib_requires="libclang.so.12"
+wrksrc="rust-${pkgname}-${version}"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
@ 2022-09-18 19:25 ` ahesford
  2022-09-18 19:52 ` [PR PATCH] [Updated] " rederick29
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ahesford @ 2022-09-18 19:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#issuecomment-1250371287

Comment:
This package should be called `rust-bindgen`.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
  2022-09-18 19:25 ` ahesford
@ 2022-09-18 19:52 ` rederick29
  2022-09-18 19:53 ` rederick29
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 19:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]

There is an updated pull request by rederick29 against master on the void-packages repository

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: bindgen-0.60.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


A patch file from https://github.com/void-linux/void-packages/pull/39348.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39348.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]

From 1594e9ea32616958ef249613b83349e56e5544ed Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: bindgen-0.60.1

---
 srcpkgs/rust-bindgen/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/rust-bindgen/template

diff --git a/srcpkgs/rust-bindgen/template b/srcpkgs/rust-bindgen/template
new file mode 100644
index 000000000000..394ec3b044b3
--- /dev/null
+++ b/srcpkgs/rust-bindgen/template
@@ -0,0 +1,18 @@
+# Template file for 'rust-bindgen'
+pkgname=rust-bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+build_helper="rust"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+depends="libclang>=12.0.1"
+shlib_requires="libclang.so.12"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
  2022-09-18 19:25 ` ahesford
  2022-09-18 19:52 ` [PR PATCH] [Updated] " rederick29
@ 2022-09-18 19:53 ` rederick29
  2022-09-18 21:00 ` [PR REVIEW] New package: rust-bindgen-0.60.1 classabbyamp
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]

There is an updated pull request by rederick29 against master on the void-packages repository

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: bindgen-0.60.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


A patch file from https://github.com/void-linux/void-packages/pull/39348.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39348.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]

From 977af038ff3471dae12a5506ae9f664edb872659 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: rust-bindgen-0.60.1

---
 srcpkgs/rust-bindgen/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/rust-bindgen/template

diff --git a/srcpkgs/rust-bindgen/template b/srcpkgs/rust-bindgen/template
new file mode 100644
index 000000000000..394ec3b044b3
--- /dev/null
+++ b/srcpkgs/rust-bindgen/template
@@ -0,0 +1,18 @@
+# Template file for 'rust-bindgen'
+pkgname=rust-bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+build_helper="rust"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+depends="libclang>=12.0.1"
+shlib_requires="libclang.so.12"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR REVIEW] New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (2 preceding siblings ...)
  2022-09-18 19:53 ` rederick29
@ 2022-09-18 21:00 ` classabbyamp
  2022-09-18 21:00 ` classabbyamp
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-18 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#discussion_r973774598

Comment:
```suggestion
homepage="https://rust-lang.github.io/rust-bindgen/"
changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR REVIEW] New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (4 preceding siblings ...)
  2022-09-18 21:00 ` classabbyamp
@ 2022-09-18 21:00 ` classabbyamp
  2022-09-18 21:19 ` [PR PATCH] [Updated] " rederick29
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-18 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#discussion_r973774487

Comment:
```suggestion
depends="libclang"
```
because this is [dynamically loading libclang at runtime](https://github.com/KyleMayes/clang-sys#runtime), it should work with [any libclang >= 6](https://github.com/rust-lang/rust-bindgen/blob/master/Cargo.toml#L55)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR REVIEW] New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (3 preceding siblings ...)
  2022-09-18 21:00 ` [PR REVIEW] New package: rust-bindgen-0.60.1 classabbyamp
@ 2022-09-18 21:00 ` classabbyamp
  2022-09-18 21:00 ` classabbyamp
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-18 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#discussion_r973772184

Comment:
```suggestion
```
the cargo build style already adds this

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (5 preceding siblings ...)
  2022-09-18 21:00 ` classabbyamp
@ 2022-09-18 21:19 ` rederick29
  2022-09-18 21:55 ` rederick29
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 21:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

There is an updated pull request by rederick29 against master on the void-packages repository

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: rust-bindgen-0.60.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


A patch file from https://github.com/void-linux/void-packages/pull/39348.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39348.patch --]
[-- Type: text/x-diff, Size: 1194 bytes --]

From 71caf5bb31464440cb87398608e2bc4bc0de916a Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: rust-bindgen-0.60.1

---
 srcpkgs/rust-bindgen/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/rust-bindgen/template

diff --git a/srcpkgs/rust-bindgen/template b/srcpkgs/rust-bindgen/template
new file mode 100644
index 000000000000..a813e8e518af
--- /dev/null
+++ b/srcpkgs/rust-bindgen/template
@@ -0,0 +1,17 @@
+# Template file for 'rust-bindgen'
+pkgname=rust-bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
+depends="libclang"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (6 preceding siblings ...)
  2022-09-18 21:19 ` [PR PATCH] [Updated] " rederick29
@ 2022-09-18 21:55 ` rederick29
  2022-09-19 18:58 ` rederick29
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 21:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]

There is an updated pull request by rederick29 against master on the void-packages repository

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: rust-bindgen-0.60.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


A patch file from https://github.com/void-linux/void-packages/pull/39348.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-39348.patch --]
[-- Type: text/x-diff, Size: 1247 bytes --]

From 189fea139d88b108299adb6d514c24795cefab98 Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: rust-bindgen-0.60.1

---
 srcpkgs/rust-bindgen/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/rust-bindgen/template

diff --git a/srcpkgs/rust-bindgen/template b/srcpkgs/rust-bindgen/template
new file mode 100644
index 000000000000..13c9a79a5442
--- /dev/null
+++ b/srcpkgs/rust-bindgen/template
@@ -0,0 +1,19 @@
+# Template file for 'rust-bindgen'
+pkgname=rust-bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+make_check_args="--bins"
+depends="libclang"
+checkdepends="libclang"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (7 preceding siblings ...)
  2022-09-18 21:55 ` rederick29
@ 2022-09-19 18:58 ` rederick29
  2022-09-19 18:59 ` classabbyamp
  2022-09-22  7:33 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: rederick29 @ 2022-09-19 18:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

New comment by rederick29 on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#issuecomment-1251421248

Comment:
I just checked this again and realised that I used the master branch of my fork instead of a separate branch. Is this ok or should I close PR and open again with correct branch? Sorry for any inconvenience caused. 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (8 preceding siblings ...)
  2022-09-19 18:58 ` rederick29
@ 2022-09-19 18:59 ` classabbyamp
  2022-09-22  7:33 ` [PR PATCH] [Merged]: " classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-19 18:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39348#issuecomment-1251422770

Comment:
it's fine for now, you just might have some issues creating other prs 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Merged]: New package: rust-bindgen-0.60.1
  2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
                   ` (9 preceding siblings ...)
  2022-09-19 18:59 ` classabbyamp
@ 2022-09-22  7:33 ` classabbyamp
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2022-09-22  7:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]

There's a merged pull request on the void-packages repository

New package: rust-bindgen-0.60.1
https://github.com/void-linux/void-packages/pull/39348

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-22  7:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
2022-09-18 19:25 ` ahesford
2022-09-18 19:52 ` [PR PATCH] [Updated] " rederick29
2022-09-18 19:53 ` rederick29
2022-09-18 21:00 ` [PR REVIEW] New package: rust-bindgen-0.60.1 classabbyamp
2022-09-18 21:00 ` classabbyamp
2022-09-18 21:00 ` classabbyamp
2022-09-18 21:19 ` [PR PATCH] [Updated] " rederick29
2022-09-18 21:55 ` rederick29
2022-09-19 18:58 ` rederick29
2022-09-19 18:59 ` classabbyamp
2022-09-22  7:33 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).