1
Fork 0

Make Project Origin more prominent (#34)

The link to the historic email threads seems to be a good spot for it.
main
Motiejus Jakštys 2023-04-20 03:22:48 +03:00 committed by GitHub
parent 041d7f26ab
commit 4ddd3b7a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 10 deletions

View File

@ -18,6 +18,18 @@ While copy-pasting the code in your project, attempt to read and understand the
text surrounding the code snippets. This will save you hours of head text surrounding the code snippets. This will save you hours of head
scratching, I promise. scratching, I promise.
# Project Origin
This repository is based on Adam Bouhenguel's [bazel-zig-cc][ajbouh], then
developed at `sr.ht/~motiejus/bazel-zig-cc` and finally moved to
[github.com/uber](https://github.com/uber). Many thanks to Adam who built the
very first functional version of Bazel and Zig integration.
Previously communications were done in an email list; the past archive is in
`mailing-list-archive.mbox`. It can be accessed like this:
mutt -f -R mailing-list-archive.mbox
# Usage # Usage
Add this to your `WORKSPACE`: Add this to your `WORKSPACE`:
@ -404,11 +416,6 @@ We maintain two channels for comms:
- Github issues and pull requests. - Github issues and pull requests.
- Slack: `#zig` in bazel.slack.com. - Slack: `#zig` in bazel.slack.com.
Previously communications were over email; the past archive is in
`mailing-list-archive.mbox`. It can be accessed like this:
mutt -f -R mailing-list-archive.mbox
# Maintainers # Maintainers
This section lists the driving forces behind bazel-zig-cc. Committers have push This section lists the driving forces behind bazel-zig-cc. Committers have push
@ -441,11 +448,6 @@ This section lists notable uses or mentions of bazel-zig-cc.
author $250 for bazel-zig-cc. author $250 for bazel-zig-cc.
- 2022-01-13 [bazel-zig-cc building Envoy][zig-cc-envoy]. - 2022-01-13 [bazel-zig-cc building Envoy][zig-cc-envoy].
# Thanks
Many thanks to Adam Bouhenguel and his [bazel-zig-cc][ajbouh], the parent of
this repository. Also, the Zig team for making this all possible and handling
the issues promptly.
[^1]: a [mathematical subset][subset]: both can be equal. [^1]: a [mathematical subset][subset]: both can be equal.