rules_foreign_cc/examples/third_party
UebelAndre dc49c3716c
Added architecture documentation (#544)
2021-03-09 10:49:13 -08:00
..
bison Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
cares Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
curl Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
gn Added `ninja` rule for building Ninja projects (#527) 2021-03-01 15:46:25 +00:00
iconv Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
libgit2 Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
libpng Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
libssh2 Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
openssl Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
pcre Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
zlib Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel Added `ninja` rule for building Ninja projects (#527) 2021-03-01 15:46:25 +00:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
WORKSPACE.bazel Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
repositories.bzl Added `ninja` rule for building Ninja projects (#527) 2021-03-01 15:46:25 +00:00

README.md

Rules Foreign CC Third Party Examples

This package contains examples of rules_foreign_cc building common/popular third-party source code.

For more details on how the examples here should be structured. Please see the documentation in @rules_foreign_cc_examples//:README.md.