bibliothecary icon indicating copy to clipboard operation
bibliothecary copied to clipboard

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers

Results 17 bibliothecary issues
Sort by recently updated
recently updated
newest added

Details: https://github.com/nim-lang/nimble#creating-packages Example: https://github.com/nim-lang/nimble/blob/master/nimble.nimble ``` import ospaths template thisModuleFile: string = instantiationInfo(fullPaths = true).filename when fileExists(thisModuleFile.parentDir / "src/nimblepkg/common.nim"): # In the git repository the Nimble sources are in a ``src``...

enhancement
help wanted
package manager
funder-commitment

Spec: http://inqlude.org/schema/generic-manifest-v1

enhancement
help wanted
package manager
funder-commitment

Manifest for listing homebrew packages as dependencies Example: https://github.com/ossfriday/ossfriday/blob/master/Brewfile ``` tap "github/bootstrap" brew "postgresql", restart_service: true brew "rbenv" brew "ruby-build" brew "nodenv" brew "node-build" ``` Source code: https://github.com/Homebrew/homebrew-bundle

enhancement
help wanted
package manager
funder-commitment

Related to https://github.com/librariesio/libraries.io/pull/1254 Add a `/docs` folder with markdown instructions for adding support for a new package manager manifest file format.

documentation

Use case: - Single repo with multiple flavours of code - Package files not in the root - Package files with different names to the defaults in bibliothecary Example: ```...

help wanted
feature
medium

See example: https://github.com/techdev-solutions/trackr-backend/blob/development/build.gradle Fixes https://github.com/dependencyci/support/issues/8

bug

This defines a new `Bibliothecary::Dependency` class, and proposes to return instances of that object from parsed manifests, instead of Hashes. ### Current behavior Bibliothecary returns a list of dependency Hashes...