-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
40 lines (36 loc) · 891 Bytes
/
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
37
38
39
40
opam-version: "1.2"
name: "mas"
version: "dev"
author : "Carmelo Piccione [email protected]"
maintainer: "[email protected]"
homepage: "https://github.com/struktured/ocaml-mas"
dev-repo: "git://github.com/struktured/ocaml-mas#master"
bug-reports: "https://github.com/struktured/ocaml-mas/issues"
build: [
["./configure"]
[make "clean"]
[make "-j2"]
]
install: [
[make "install"]
]
remove: [
["ocamlfind" "remove" "mas_examples"]
["ocamlfind" "remove" "mas_plot"]
["ocamlfind" "remove" "mas_environments"]
["ocamlfind" "remove" "mas_agents"]
["ocamlfind" "remove" "mas_value_functions"]
["ocamlfind" "remove" "mas_policies"]
["ocamlfind" "remove" "mas_learning_rules"]
["ocamlfind" "remove" "mas_core"]
]
depends: [
"archimedes"
"oml"
"ocamlfind"
"ppx_deriving" {>= "1.1"}
"prob-cache" {>= "1.0"}
"containers"
"sequence"
"gen"
]