Fix how we override CAML_LD_LIBRARY_PATH for opam packages
Open
enhancement
good first issue
- Dominant language
- Reason
- Stars
- 857
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
We need to do this:
```
"CAML_LD_LIBRARY_PATH": {
"val": "#{self.lib / '' : $CAML_LD_LIBRARY_PATH}"
}
```
automatically.
Contributor guide
Research direction
No files or tests are named. Start by locating the code that generates environment overrides for opam packages and search for CAML_LD_LIBRARY_PATH; determine where the shown value should be produced automatically. Done means the override is generated with the package's library path while preserving the existing variable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100