-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-alea.opam
36 lines (31 loc) · 1005 Bytes
/
coq-alea.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
36
# 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: "vovaglad00@gmail.com"
version: "dev"
homepage: "https://github.com/coq-community/alea"
dev-repo: "git+https://github.com/coq-community/alea.git"
bug-reports: "https://github.com/coq-community/alea/issues"
license: "LGPL-2.1-only"
synopsis: "Coq library for reasoning on randomized algorithms"
description: """
ALEA is a library for reasoning on randomized algorithms
in Coq, based on interpreting programs inside a monad
as probability distributions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.15~") | (= "dev")}
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:randomized algorithm"
"keyword:probability"
"keyword:monad"
"logpath:ALEA"
]
authors: [
"Christine Paulin-Mohring"
"David Baelde"
"Pierre Courtieu"
]