opam-version: "2.0"
authors: ["Richard W.M. Jones <rjones@redhat.com>" "Pino Toscano <ptoscano@redhat.com>"]
maintainer: "Marek Kubica <marek@xivilization.net>"
homepage: "http://augeas.net/"
dev-repo: "git://git.annexia.org/ocaml-augeas.git"
bug-reports: "augeas-devel@redhat.com"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
install: [
  [make "install"]
]
depends: [
  "ocaml" {< "4.09.0"}
  "conf-pkg-config" {build}
  "ocamlfind" {build}
]
synopsis: "Bindings to the Augeas configuration editing tool"
description: """Bindings to the Augeas configuration editing tool

It parses configuration files in their native formats and transforms them into
a tree. Configuration changes are made by manipulating this tree and saving it
back into native config files."""
depexts: [
  ["libaugeas-dev"] {os-family = "debian"}
  ["augeas-devel"] {os-distribution = "centos"}
  ["augeas-devel"] {os-distribution = "ol"}
  ["augeas-devel"] {os-distribution = "fedora"}
  ["augeas-devel"] {os-family = "suse"}
  ["libaugeas-devel"] {os-distribution = "mageia"}
  ["augeas"] {os = "macos" & os-distribution = "homebrew"}
  ["augeas-dev"] {os-distribution = "alpine"}
  ["augeas"] {os-distribution = "nixos"}
  ["augeas"] {os-distribution = "arch"}
]
url {
  src:
    "https://people.redhat.com/~rjones/augeas/files/ocaml-augeas-0.6.tar.gz"
  checksum: [
    "sha256=8aba99ddacd08768ebeef4a2138361d13b41a30317fce7503140cd86a1307611"
    "sha512=e747f5c09d3821b41d98e3f12c8dfe9bb13a69d6ccaaf954f4bb33e8e4d9d62603ae26fe9f93f10b2705872526b1863a1c20e0c8a53858fdf60f8cb8cbf50b7a"
  ]
}
