boss icon indicating copy to clipboard operation
boss copied to clipboard

Dependency Manager for Delphi and Lazarus

Results 53 boss issues
Sort by recently updated
recently updated
newest added

Hi, Where can I see a list of all supported packages? Thanks

Since the "boss.json" file contains the key "mainsrc" I was supposing that when the "boss update" command is executed boss download only the indicated folder. Instead boss downloads ALL folders...

this pr fixes #146 it adds prefixed paths to the path list. the original values stay there. this way, it stays compatible to old versions of Delphi.

the search paths format for `` doesnt work in D11 Alexandria. can be fixed by appending `..\` to the start.

Estamos tendo erros visuais na instalação das depedências. ![image](https://github.com/HashLoad/boss/assets/12716381/a276abdd-88b8-435a-84b8-660b4bb462d9) Ocorre principalmente nos middlewares que temos no Azure Repos. Erro é apenas visual. Não ocorre de fato erro na instalação, pois...

bug

How can I configure boss to fetch dependencies from my locally hosted gitlab server using SSH instead of HTTPS? I have logged in with boss to my gitlab instance: ```sh...

when I start boss command,I got this error: **[ERROR] Failed to update PATH failed to save environment: rename /tmp/penv.tmp /home/ming/.bashrc: invalid cross-device link** my operate system is Ubuntu 22.04

Hi Thanks for this awesome package manager! I noticed a bug. When downloading and installing 3.0.10. I do the upgrade command. It upgrades indeed but it updates to 3.0.9. Thanks,...

bug

Hello many delphi projects need more than one search path for compiling executables. I need to set up a lot of search paths in my boss.json file, but I can't...

Qual a forma correta de se atualizar uma única dependência? Já tentei algo como `boss install biblioteca:1.0.1` onde 1.0.1 é o número da nova versão e também com o `boss...

enhancement