this repo has no description

[new release] headache v1.08

Changed files
+31
packages
headache
headache.1.08
+31
packages/headache/headache.1.08/opam
···
+
opam-version: "2.0"
+
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)."""
+
maintainer: "frama-ci-bot@frama-c.com"
+
authors: [
+
"Vincent Simonet"
+
"Patrick Baudin"
+
"Mehdi Dogguy"
+
"André Maroneze"
+
"François Pottier"
+
"Virgile Prevosto"
+
"Ralf Treinen"
+
]
+
license: "LGPL-2.0-only"
+
homepage: "https://github.com/Frama-C/headache/"
+
bug-reports: "https://github.com/Frama-C/headache/issues"
+
depends: [
+
"ocaml" {>= "4.13"}
+
"camomile" {>= "2.0.0"}
+
"dune" {>= "3.4"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://github.com/Frama-C/headache.git"
+
url {
+
src: "https://github.com/Frama-C/headache/archive/v1.08.tar.gz"
+
checksum: [
+
"sha256=3e1b3efd11afd83b01c86f33121806c9b1432645a5a14240754725e92d28aa52"
+
]
+
}