opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
homepage: "https://github.com/AltGr/opam-ed"
bug-reports: "https://github.com/AltGr/opam-ed/issues"
license: "GPL-2.1 with OCaml linking exception"
dev-repo: "git+https://github.com/AltGr/opam-ed.git"
build: [
  make
  "COMP=ocamlc" {!ocaml:native}
]
depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlfind"
  "cmdliner"
  "opam-file-format" {= "2.0.0~beta3"}
]
synopsis: "Command-line edition tool for handling the opam file syntax"
description: """
opam-ed can read and write files in the general opam syntax. It provides a small
CLI with some useful commands for mechanically extracting or modifying the file
contents.

The specification for the syntax itself is available at:
    http://opam.ocaml.org/doc/2.0/Manual.html#Commonfileformat"""
url {
  src: "https://github.com/AltGr/opam-ed/archive/0.1c.tar.gz"
  checksum: "md5=972b909f563f223bce534ef2a8b1dd60"
}
