2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/examples/third_party
jheaff1 7f8183f205
use rules_perl toolchain for Windows build of OpenSSL (#846)
* use rules_perl toolchain for Windows build of OpenSSL

* Update repositories.bzl

* Update openssl_repositories.bzl

* Update openssl_repositories.bzl

Co-authored-by: UebelAndre <github@uebelandre.com>
2021-12-30 17:07:10 +00:00
..
apr Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
apr_util Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
autotools use rules_perl toolchain for Windows build of OpenSSL (#846) 2021-12-30 17:07:10 +00:00
bison Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
cares Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
curl Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00: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 Autotools examples (#754) 2021-11-19 00:56:08 +00:00
libgit2 Autotools examples (#754) 2021-11-19 00:56:08 +00: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 Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
openssl use rules_perl toolchain for Windows build of OpenSSL (#846) 2021-12-30 17:07:10 +00:00
pcre Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
python Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
sqlite Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
subversion Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
zlib Minor cleanup for examples (#835) 2021-12-30 16:37:31 +00:00
.gitignore Restructed examples and enabled more testing (#515) 2021-02-26 20:21:13 +00:00
BUILD.bazel Autotools examples (#754) 2021-11-19 00:56:08 +00:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
repositories.bzl Autotools examples (#754) 2021-11-19 00:56:08 +00:00
setup.bzl Expand make variables in env (#788) 2021-10-19 07:51:53 -07:00
WORKSPACE.bazel Fix building for iOS (#767) 2021-08-21 08:55:10 +01:00

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.