reindeer icon indicating copy to clipboard operation
reindeer copied to clipboard

Reindeer is a tool to transform Rust Cargo dependencies into generated Buck build rules

Results 9 reindeer issues
Sort by recently updated
recently updated
newest added

In the docs, there is a reference: https://github.com/facebookincubator/reindeer/blob/f2572aee7435a8a297e636a74ac2cb76187887ae/docs/MANUAL.md#L75-L76 But when following the link: https://github.com/facebookincubator/reindeer/blob/f2572aee7435a8a297e636a74ac2cb76187887ae/docs/MANUAL.md#L144-L146 It would be wonderful to have this populated with some information. thanks!! reindeer rocks!

Hi. I just tried to build reindeer as I wish to use ocamlrep. I got linking problems when trying to build it out of the box on ubuntu 23.04. ```console...

How to reproduce: ```bash git clone [email protected]:near/nearcore.git cd nearcore buck2 init --git --allow-dirty reindeer buckify ``` Error ``` bash reindeer buckify [WARN reindeer::fixups] serde-1.0.160 has a build script, but I...

Could there perhaps be a wiki added to this repo with a gallery of common fixups, maybe a generated table of crates with their known fixups? Another interesting possibility is...

Hi, I'm experimenting with converting my cargo project to buck and I found that I have mime-guess as a dependency about 3 levels down. Its build.rs is really quite special!...

The problem is a goldilocks one. 1. `vendor = false` is quick & easy to manage deps & buckify, but pretty bad day to day. - Doesn't work offline as...

CLA Signed

`include_top_level` is pretty nice since it lets you build everything as a smoke test. But the generated target name comes across as pretty awkward; for example, given this snippet of...

I'm building an application targeting macos and linux exclusively, however by default reindeer seems to solve Cargo dependencies like `[target."cfg(windows)".dependencies.winapi-util]` in `walkdir`. These aren't causing a significant issue, but they...

This PR improves the Reindeer project's README by: - Adding a detailed project overview explaining Reindeer's purpose and core features. - Providing usage examples to demonstrate how to import Rust...