You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inclusion of package configuration
A new configuration file (package.yml) has been added for the libraw project, helping to ensure that all settings are easily tracked and modified.
Clear details for package distribution
A section for distributable has been added that contains the URL and steps to extract the package. This makes it easier to distribute the package to necessary parties.
Reference for version matching
A versions section has been added that provides a URL and pattern strategy which aids in identifying and isolating the version from the URL. This helps keep track of version changes efficiently.
Listing of necessary dependencies
Dependencies required for related libraries and packages have been clearly outlined, even specifying versions for darwin. This ensures all dependencies are appropriately managed.
Build Process Structuring
A build section has been included which lists out dependencies necessary for building, as well as a script that guides the building and installation process of the project.
Environmental Setup
An env section is in place complete with arguments and flags needed for the build process. Special flags for darwin are also specified, aiding in a smooth build process.
Project Offerings
A provides section is introduced that lists the binaries provided by the project. This aids in understanding clearly what the project has to offer.
Testing Procedures
A test section, complete with dependencies and a script for testing, has been added to facilitate project testing. This includes instructions for downloading a file and executing commands on it, simplifying the testing process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #278