-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-file-sync.opam
35 lines (30 loc) · 938 Bytes
/
coq-file-sync.opam
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
# 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: "Yishuai Li <[email protected]>"
version: "dev"
homepage: "https://github.com/liyishuai/file-sync"
dev-repo: "git+https://github.com/liyishuai/file-sync.git"
bug-reports: "https://github.com/liyishuai/file-sync/issues"
license: "MPL-2.0"
synopsis: "File synchroniser specification in Coq"
description: """
Coq formalisation of the Unison file synchroniser"""
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install" "INSTALLDIR=%{bin}%"]
depends: [
"ocaml" { >= "4.12" }
"coq" { >= "8.14~" }
"coq-simple-io" { >= "1.8.0" }
"coq-async-test"
"ocamlbuild"
"fileutils"
"unison" { with-test }
]
tags: [
"logpath:FileSync"
]
authors: [
"Yishuai Li <[email protected]>"
]