Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sluongng/awesome-buck2
Collection of resources about Buck2
https://github.com/sluongng/awesome-buck2
List: awesome-buck2
Last synced: 3 months ago
JSON representation
Collection of resources about Buck2
- Host: GitHub
- URL: https://github.com/sluongng/awesome-buck2
- Owner: sluongng
- Created: 2023-05-04T13:09:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T08:20:12.000Z (about 1 year ago)
- Last Synced: 2024-05-21T12:04:50.937Z (6 months ago)
- Size: 4.88 KB
- Stars: 41
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-buck2 - Collection of resources about Buck2. (Other Lists / PowerShell Lists)
README
# Awesome Buck2
A collection of projects, articles and resources related to [Buck2](https://buck2.build/), Meta's official build tool.
## Projects
#### Official repositories
- [Buck2 build tool](https://github.com/facebook/buck2)
- [Prelude](https://github.com/facebook/buck2-prelude): read-only, PRs should go to [Buck2](https://github.com/facebook/buck2) repository instead.
- [Reindeer](https://github.com/facebookincubator/reindeer): Reindeer is a tool which takes Rust Cargo dependencies and generates Buck build rules. Similar to Bazel's Gazelle.**Related Meta projects**
- [Buck](https://github.com/facebook/buck): some integration tests are re-used for Buck2.
- [Sapling](https://github.com/facebook/sapling): Meta's custom VCS originated from Mercurial.
- [Watchman](https://github.com/facebook/watchman): Meta's multi-platforms file watcher. Many dev tools integrate with it.
- [Starlark in Rust](https://github.com/facebookexperimental/starlark-rust): Starlark implementation in Rust with LSP and Type-hint support.
- [Hermit](https://github.com/facebookexperimental/hermit): A linux hermetic, isolated sandbox for test executions and chaos experiments
- [Reverie](https://github.com/facebookexperimental/reverie): An ergonomic and safe syscall interception framework for Linux.
- [OcamlRep](https://github.com/facebook/ocamlrep): libraries and tools to write applications and libraries mixing OCaml and Rust. Built with Buck2.
- [Antlir](https://github.com/facebookincubator/antlir): rules and tools to build QEMU-compatible Linux Images for VM using Buck/Buck2. Antlir2 is being rewritten using Rust.
- [Shed](https://github.com/facebookexperimental/rust-shed): Meta's Rust libraries commonly used between open source projects.
- [Gazebo](https://github.com/facebookincubator/gazebo): Meta's Rust library collection of small well-tested primitives.
- [Glean](https://github.com/facebookincubator/Glean): Meta's code intelligence platform.
- [SuperConsole](https://github.com/facebookincubator/superconsole): Buck2's terminal UI (CLI) library.#### Community repositories
- [buck2-nix](https://github.com/thoughtpolice/buck2-nix): An experiment to integrate Buck2, Sapling, and Nix together in a harmonious way.
- [install-buck2](https://github.com/dtolnay/install-buck2): Installing buck2 into Github Action.
- [buck2.nvim](https://github.com/benbrittain/buck2.nvim): Neovim configuration to integrate with Buck2's Starlark LSP.
- [buckle](https://github.com/benbrittain/buckle): Buck2 launcher / version manager, similar to Bazel's [Bazelisk](https://github.com/bazelbuild/bazelisk).
- [NoRedInk-UI](https://github.com/NoRedInk/noredink-ui): a project which uses Buck2 to build Elm front-end application(s).
- [buck2-go](https://github.com/sluongng/buck2-go): An attempt to recreate Bazel's rules_go for Buck2.
- [buck2_lua_rules](https://github.com/svermeulen/buck2_lua_rules): An implementation of buck2 build and run rules for languages [Lua](https://www.lua.org/) and [Teal](https://github.com/teal-language/tl)## Articles
#### Official Docs
- [Concepts](https://buck2.build/docs/concepts/concept_map/)
- [Architecture](https://buck2.build/docs/developers/architecture/buck2/)
- [Glossary](https://buck2.build/docs/concepts/glossary/)
- [Getting Started and Hello World](https://buck2.build/docs/getting_started/)
- [Remote Execution](https://buck2.build/docs/remote_execution/)#### Community
- [Using Crates.io with Buck](https://steveklabnik.com/writing/using-cratesio-with-buck) by [@steveklabnik](https://github.com/steveklabnik)
## Resources
- [Buck2 team's Reddit AMA 05/2023](https://old.reddit.com/r/rust/comments/136qs44/hello_rrust_we_are_meta_engineers_who_created_the/)
- [Buck2 Unofficial Community Discord](https://discord.gg/RdcZczTzb8) managed by [@steveklabnik](https://github.com/steveklabnik)