opam-version: "2.0"
name: "alt_releases_matrix"
version: "0.2.1"
synopsis: "Constants and definitions for ALT Linux repositories and distributions"
description: """
This library provides a comprehensive set of constants and definitions
related to ALT Linux repositories and distributions, including branch
information, architecture support, repository URLs, and more.
"""
maintainer: "BaseALT Ltd"
authors: "BaseALT Ltd"
license: "GPL-3.0"
homepage: "https://altlinux.space/ALTLinux/alt-releases-matrix"
bug-reports: "https://altlinux.space/ALTLinux/alt-releases-matrix/issues"
depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "3.0"}
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
