opam-version: "2.0"
maintainer: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
authors: "Louis Gesbert <louis.gesbert@ocamlpro.com>"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/AltGr/opam-ed"
bug-reports: "https://github.com/AltGr/opam-ed/issues"
depends: [
  "ocaml" {>= "4.03.0"}
  "ocamlfind" {build}
  "cmdliner" {>= "1.0.0"}
  "opam-file-format" {>= "2.0.0" & < "2.1"}
]
build: [
  make "COMP=ocamlc" {!ocaml:native}
]
dev-repo: "git+https://github.com/AltGr/opam-ed.git"
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/Manual.html#Common-file-format
"""
url {
  src: "https://github.com/AltGr/opam-ed/archive/0.3.tar.gz"
  checksum: [
    "md5=29757044dec336ceed80b528a5d5717e"
    "sha512=97ab5404a6b3c69628626232544069030cafb9daac85a1a6342f878e69678972180667613778c508ef87f19c2477938333eda41f713cca40af5376900dda7360"
  ]
}
