opam-version: "2.0"

license: "LGPL-2.0-or-later"

synopsis: "Automatic generation of files headers"
description: """
Lightweight tool for managing headers in source code files. It can
update in any source code files (OCaml, C, XML et al).
"""

authors: [
  "Vincent Simonet"
  # contributors
  "Patrick Baudin"
  "Mehdi Dogguy"
  "François Pottier"
  "Virgile Prevosto"
  "Ralf Treinen"
]

maintainer: "Patrick Baudin"
homepage: "https://github.com/Frama-C/headache/"
bug-reports: "https://github.com/Frama-C/headache/issues"
dev-repo: "git+https://github.com/Frama-C/headache.git"

depends: [
  "camomile"
  "dune" {>= "1.6"}
]

build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]

url {
  src: "https://github.com/Frama-C/headache/archive/v1.04.tar.gz"
  checksum: "md5=d551319dcb2616d660f2cb04021602aa"
}
