-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yml
83 lines (67 loc) · 1.79 KB
/
meta.yml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
fullname: JMLCoq
shortname: jmlcoq
organization: coq-community
community: true
action: true
nix: true
coqdoc: false
dune: false
synopsis: >-
Coq definition of the JML specification language
and a verified runtime assertion checker for JML
description: |-
A Coq formalization of the syntax and semantics of the
Java-targeted JML specification language, along with a
verified runtime assertion checker for JML.
publications:
- pub_url: https://www.research-collection.ethz.ch/handle/20.500.11850/44276
pub_title: A formal definition of JML in Coq and its application to runtime assertion checking
pub_doi: 10.3929/ethz-a-006680049
- pub_url: https://www.research-collection.ethz.ch/handle/20.500.11850/68882
pub_title: A Formalization of JML in the Coq Proof System
pub_doi: 10.3929/ethz-a-006903145
authors:
- name: Hermann Lehner
initial: true
- name: David Pichardie
initial: true
- name: Andreas Kägi
initial: true
maintainers:
- name: Karl Palmskog
nickname: palmskog
opam-file-maintainer: palmskog@gmail.com
opam-file-version: dev
license:
fullname: MIT License
identifier: MIT
supported_coq_versions:
text: 8.10 or later
opam: '{>= "8.10"}'
tested_coq_nix_versions:
- coq_version: 'master'
tested_coq_opam_versions:
- version: dev
- version: '8.19'
- version: '8.18'
- version: '8.17'
- version: '8.16'
- version: '8.15'
- version: '8.14'
- version: '8.13'
- version: '8.12'
- version: '8.11'
- version: '8.10'
namespace: JML
keywords:
- name: JML
- name: Java Modeling Language
- name: runtime verification
categories:
- name: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms
documentation: |-
## Documentation
More information about the formalization can be found on the
[project website](http://jmlcoq.info).
---