-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathextracted.opam.mustache
40 lines (35 loc) · 1.19 KB
/
extracted.opam.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
{{# extracted }}
opam-version: "2.0"
maintainer: "{{& opam-file-maintainer }}{{^ opam-file-maintainer }}palmskog@gmail.com{{/ opam-file-maintainer }}"
homepage: "https://github.com/{{ organization }}/{{ shortname }}"
dev-repo: "git+https://github.com/{{ organization }}/{{ shortname }}.git"
bug-reports: "https://github.com/{{ organization }}/{{ shortname }}/issues"
{{# license }}license: "{{ identifier }}"{{/ license }}
synopsis: "{{& extracted_synopsis }}"
description: """
{{& extracted_description }}"""
build: [make "-j%{jobs}%" "{{& extracted_make_target }}"]
depends: [
{{# extracted_supported_ocaml_versions }}
"ocaml" {{& opam }}
{{/ extracted_supported_ocaml_versions }}
"coq" {{& supported_coq_versions.opam }}
{{# dependencies }}
{{# opam }}
"{{ name }}" {{& version }}
{{/ opam }}
{{/ dependencies }}
{{# extracted_dependencies }}
{{# opam }}
"{{ name }}" {{& version }}
{{/ opam }}
{{/ extracted_dependencies }}
]
authors: [
{{# authors }}
"{{& name }}{{# email }} <{{& email }}>{{/ email }}"
{{/ authors }}
]
{{/ extracted }}