@hackage / portage-hs

Data structures and functions for interacting with the Portage package manager

Latest0.1.0.0

About

Metadata

  • Last updated , by hololeap
  • License AGPL-3.0-only
  • Categories Systems Programming
  • Maintained by: hololeap@protonmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.4
  4. 9.6.6
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    gentoo-tests (off by default)

    Enable tests that depend on a working Gentoo environment

    pedantic (off by default)

    Enable -Werror

Readme

Currently, this includes:

  • data structures for package atoms

  • parsers for atoms, emerge output, and CONTENTS files

  • functions for running emerge

  • lots of tests