-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
32 lines (29 loc) · 986 Bytes
/
dune-project
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
(lang dune 2.7)
(name ssp_bridge)
(version 1.1.0)
(generate_opam_files true)
(source (github zajer/trs-ssp-bridge))
(license MIT)
(authors "Piotr Cybulski")
(maintainers "pikus3@list.pl")
(homepage "https://github.com/zajer/trs-ssp-bridge")
(bug_reports "https://github.com/zajer/trs-ssp-bridge")
(package
(name ssp_bridge)
(synopsis "Tools for converting outputs of Tracking_bigraph library into programs using SSP library.")
(description
"A library with facade executables to convert an output from Tracking_bigraph.
It can normalize a TTS system and transform it into a state space accpeted by SSP library.
Tools provided by this package are also capable of dynamically generating simple programs for generating behavior policies using SSP library."
)
(tags ("ssp" "tracking_bigraph" "bridge" "conversion"))
(depends
(dune (and :build (>= 2.0.0)))
(odoc :with-doc)
bigraph
tracking_bigraph
csv
ssp
(ounit2 :with-test)
)
)