this repo has no description
1opam-version: "2.0"
2
3license: "LGPL-2.0-or-later"
4
5synopsis: "Automatic generation of files headers"
6description: """
7Lightweight tool for managing headers in source code files. It can
8update in any source code files (OCaml, C, XML et al).
9"""
10
11authors: [
12 "Vincent Simonet"
13 # contributors
14 "Patrick Baudin"
15 "Mehdi Dogguy"
16 "François Pottier"
17 "Virgile Prevosto"
18 "Ralf Treinen"
19]
20
21maintainer: "Patrick Baudin"
22homepage: "https://github.com/Frama-C/headache/"
23bug-reports: "https://github.com/Frama-C/headache/issues"
24dev-repo: "git+https://github.com/Frama-C/headache.git"
25
26depends: [
27 "camomile" {< "2.0.0"}
28 "dune" {>= "1.6"}
29]
30
31build: [
32 [ "dune" "build" "-p" name "-j" jobs ]
33]
34
35url {
36 src: "https://github.com/Frama-C/headache/archive/v1.05.tar.gz"
37 checksum: [
38 "sha256=fd371f3a3e07c260a1dad4001312499933e91a30c7b07e414783f60934c05f13"
39 "md5=66d0a843f7247d7e4f26666740e4c5cc"
40 ]
41}