dev-crystal/crystal-db - 0.14.0 (guru)

Search

Notice: This package is in a virtual group: virtual/crystal-db
Equivalents: dev-crystal/crystal-pg, dev-crystal/crystal-sqlite3

Install

Install this version:

emerge -a =dev-crystal/crystal-db-0.14.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-crystal/crystal-db-0.14.0

Or alternatively:

emerge --autounmask-write -a =dev-crystal/crystal-db-0.14.0

Package Information

Description:
Common DB API for Crystal
Homepage:
https://github.com/crystal-lang/crystal-db
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.14.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit shards

DESCRIPTION="Common DB API for Crystal"
HOMEPAGE="https://github.com/crystal-lang/crystal-db"
SRC_URI="https://github.com/crystal-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DOCS=( {CHANGELOG,README}.md )

Inherited Eclasses

Manifest for 0.14.0

Type File Size Source URLs
DIST crystal-db-0.14.0.tar.gz 40900 bytes https://github.com/crystal-lang/crystal-db/archive/refs/tags/v0.14.0.tar.gz