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.04.tar.gz" 37 checksum: [ 38 "sha256=af9d7d07fb9f66d4426d6d288cb285e69e2d47be38d3f5763f4e5f5504749721" 39 "md5=d551319dcb2616d660f2cb04021602aa" 40 ] 41}