Skip to content

Commit

Permalink
Header for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Dec 10, 2020
1 parent a4f82c5 commit 070e7d6
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

os: linux
dist: bionic
language: shell
Expand Down
4 changes: 4 additions & 0 deletions README.md.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!---
This file was generated from `meta.yml`, please do not edit manually.
Follow the instructions on https://github.com/coq-community/templates to regenerate.
--->
# {{& fullname }}

{{# travis }}
Expand Down
3 changes: 3 additions & 0 deletions config.yml.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

version: 2.1

jobs:
Expand Down
3 changes: 3 additions & 0 deletions coq.opam.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "{{& opam-file-maintainer }}{{^ opam-file-maintainer }}[email protected]{{/ opam-file-maintainer }}"
version: "{{ opam-file-version }}{{^ opam-file-version }}dev{{/ opam-file-version }}"
Expand Down
3 changes: 3 additions & 0 deletions default.nix.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

{ pkgs ? (import <nixpkgs> {}), coq-version-or-url, shell ? false }:

let
Expand Down
2 changes: 2 additions & 0 deletions docker-action.yml.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
Expand Down
3 changes: 3 additions & 0 deletions dune-project.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; This file was generated from `meta.yml`, please do not edit manually.
; Follow the instructions on https://github.com/coq-community/templates to regenerate.

(lang dune 2.5)
(using coq 0.2)
(name {{ shortname }})
3 changes: 3 additions & 0 deletions dune.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; This file was generated from `meta.yml`, please do not edit manually.
; Follow the instructions on https://github.com/coq-community/templates to regenerate.

(coq.theory
(name {{ namespace }})
(package {{ opam_name }}{{^ opam_name }}coq-{{ shortname }}{{/ opam_name }})
Expand Down
3 changes: 3 additions & 0 deletions extracted.opam.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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 }}[email protected]{{/ opam-file-maintainer }}"
Expand Down
2 changes: 2 additions & 0 deletions index.md.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
title: {{& fullname }}
lang: en
header-includes:
Expand Down
2 changes: 2 additions & 0 deletions nix-action.yml.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Nix CI

on:
Expand Down

0 comments on commit 070e7d6

Please sign in to comment.