this repo has no description
1opam-version: "2.0" 2synopsis: "Automatic generation of files headers" 3description: """\ 4Lightweight tool for managing headers in source code files. It can 5update in any source code files (OCaml, C, XML et al).""" 6maintainer: "frama-ci-bot@frama-c.com" 7authors: [ 8 "Vincent Simonet" 9 "Patrick Baudin" 10 "Mehdi Dogguy" 11 "André Maroneze" 12 "François Pottier" 13 "Virgile Prevosto" 14 "Ralf Treinen" 15] 16license: "LGPL-2.0-only" 17homepage: "https://github.com/Frama-C/headache/" 18bug-reports: "https://github.com/Frama-C/headache/issues" 19depends: [ 20 "ocaml" {>= "4.13"} 21 "camomile" {>= "2.0.0"} 22 "dune" {>= "3.4"} 23] 24build: ["dune" "build" "-p" name "-j" jobs] 25dev-repo: "git+https://github.com/Frama-C/headache.git" 26url { 27 src: "https://github.com/Frama-C/headache/archive/v1.08.tar.gz" 28 checksum: [ 29 "sha256=3e1b3efd11afd83b01c86f33121806c9b1432645a5a14240754725e92d28aa52" 30 ] 31}