-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yml
51 lines (51 loc) · 1.46 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
---
fullname: File Synchroniser
shortname: file-sync
organization: liyishuai
synopsis: File synchroniser specification in Coq
description: Coq formalisation of the Unison file synchroniser
authors:
- name: Yishuai Li
email: [email protected]
license:
fullname: Mozilla Public License 2.0
identifier: MPL-2.0
namespace: FileSync
opam-file-maintainer: 'Yishuai Li <[email protected]>'
ci_extra_dev: true
supported_coq_versions:
text: 8.14 or later
opam: '{ >= "8.14~" }'
supported_ocaml_versions:
text: 4.12 or later
opam: '{ >= "4.12" }'
dependencies:
- description: '[SimpleIO](https://github.com/Lysxia/coq-simple-io)'
opam:
name: coq-simple-io
version: '{ >= "1.8.0" }'
- description: '[AsyncTest](https://github.com/liyishuai/coq-async-test)'
opam:
name: coq-async-test
- description: '[OCamlbuild](https://github.com/ocaml/ocamlbuild)'
opam:
name: ocamlbuild
- description: '[Fileutils](https://github.com/gildor478/ocaml-fileutils)'
opam:
name: fileutils
- description: '[Unison](https://www.cis.upenn.edu/~bcpierce/unison/)'
opam:
name: unison
version: '{ with-test }'
action: true
action_appendix: |2-
export: 'OPAMWITHTEST'
env:
OPAMWITHTEST: true
tested_coq_opam_versions:
- version: 'dev'
- version: '8.16'
- version: '8.15-ocaml-4.14-flambda'
- version: '8.14-ocaml-4.14-flambda'
test_target: test
install_flag: 'INSTALLDIR=%{bin}%'