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.05.tar.gz"
  checksum: [
    "sha256=fd371f3a3e07c260a1dad4001312499933e91a30c7b07e414783f60934c05f13"
    "md5=66d0a843f7247d7e4f26666740e4c5cc"
  ]
}
