opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "MIT"
homepage: "https://github.com/michipili/opamconfig"
bug-reports: "https://github.com/michipili/opamconfig/issues"
dev-repo: "git+https://github.com/michipili/opamconfig.git"
tags: [
  "opam" "configure"
]
build: [
  ["sh" "./detect_configure_settings.sh" "./opamconfig.config"]
]
synopsis: "Virtual package owning parameters of opam installation."
description: """
This package detects some important parameters when it is installed,
e.g. to determine appropriate parameters to pass to configure scripts.
These parameters are saved as package variables that can be used in
build instructions for other packages."""
depends: ["ocaml"]
url {
  src:
    "https://github.com/michipili/opamconfig/releases/download/v0.1.0/opamconfig-0.1.0.tar.xz"
  checksum: "md5=71c2fd2d5ac764871497292fe1e1265c"
}
