Categorygithub.com/jhuntwork/mere
modulepackage
0.0.0-20240723041255-6ecca19b0206
Repository: https://github.com/jhuntwork/mere.git
Documentation: pkg.go.dev

# README

mere

Go Report Card codecov

An experimental package manager.

mere is a work in progress package manager being built for Mere Linux, taking inspiration from pacman, apk and brew.

# Functions

No description provided by the author
NewSpec constructs and validates new Spec structs from a given file.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Log provides an implementation of Logger.
No description provided by the author
Package defines the properties needed to create an individual package.
Source defines the properties needed to retrieve and validate a source file.
Spec contains the properties needed to build one or more packages from the same source code.

# Interfaces

Logger is an interface that presents only two main logging methods, Info and Debug.