rules_foreign_cc/examples/third_party
Matt Smith 979172f2fc
add support for cc_shared_library deps (#1243)
2024-08-13 11:52:54 +01:00
..
apr Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
apr_util Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
autotools Add meson support (#986) 2023-06-09 11:29:12 +01:00
bison Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
cares Update buildifier (#998) 2023-01-06 19:56:01 +00:00
curl openssl 1.1.1o (#922) 2022-07-27 21:39:04 +00:00
glib Add meson support (#986) 2023-06-09 11:29:12 +01:00
gn Adds toolchain for freebsd. (#794) 2021-11-29 10:54:06 +00:00
gperftools Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
iconv Remove tests that depend on shared libraries (#1016) 2023-02-21 10:07:01 +00:00
libgit2 Add meson support (#986) 2023-06-09 11:29:12 +01:00
libjpeg_turbo Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
libpng Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
libssh2 Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
log4cxx Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
mesa set CC and CXX and their flags in meson (#1098) 2023-12-11 09:35:14 +00:00
openssl update @rules_perl in examples (#1108) 2023-10-25 17:16:20 +01:00
pcre Add meson support (#986) 2023-06-09 11:29:12 +01:00
python Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
sqlite Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
subversion Expand locations and make variables in configure options (#1102) 2023-10-14 19:49:27 +00:00
zlib add support for cc_shared_library deps (#1243) 2024-08-13 11:52:54 +01:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel Fix macOS CI (#1251) 2024-08-08 09:06:50 +00:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
WORKSPACE.bazel Fix `//openssl/...` by calling `openssl_setup()` (#1137) 2023-12-20 11:20:56 +00:00
repositories.bzl Add meson support (#986) 2023-06-09 11:29:12 +01:00
setup.bzl Expand make variables in env (#788) 2021-10-19 07:51:53 -07: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.