forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
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: "[email protected]" | ||
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" | ||
] | ||
} |