Skip to content

Commit 35c1a74

Browse files
committed
files with headers
1 parent 15d071f commit 35c1a74

File tree

6 files changed

+19
-0
lines changed

6 files changed

+19
-0
lines changed

.github/workflows/coq-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file was generated from `meta.yml`, please do not edit manually.
2+
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
3+
14
name: CI
25

36
on:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!---
2+
This file was generated from `meta.yml`, please do not edit manually.
3+
Follow the instructions on https://github.com/coq-community/templates to regenerate.
4+
--->
15
# Finite maps
26

37
[![CI][action-shield]][action-link]

coq-mathcomp-finmap.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file was generated from `meta.yml`, please do not edit manually.
2+
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
3+
14
opam-version: "2.0"
25
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
36
version: "dev"

dune

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; This file was generated from `meta.yml`, please do not edit manually.
2+
; Follow the instructions on https://github.com/coq-community/templates to regenerate.
3+
14
(coq.theory
25
(name mathcomp.finmap)
36
(package coq-mathcomp-finmap)

dune-project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
; This file was generated from `meta.yml`, please do not edit manually.
2+
; Follow the instructions on https://github.com/coq-community/templates to regenerate.
3+
14
(lang dune 2.5)
25
(using coq 0.2)
36
(name finmap)

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
comment: >
3+
This file was generated from `meta.yml`, please do not edit manually.
4+
Follow the instructions on https://github.com/coq-community/templates to regenerate.
25
title: Finite maps
36
lang: en
47
header-includes:

0 commit comments

Comments
 (0)