this repo has no description
1opam-version: "2.0"
2synopsis:
3 "A toolset for describing and simulating StateChart-like state diagrams"
4maintainer: ["Jocelyn Sérot <jocelyn.serot@uca.fr>"]
5authors: ["Jocelyn Sérot <jocelyn.serot@uca.fr>"]
6license: "MIT"
7homepage: "http://github.com/jserot/rfsm"
8bug-reports: "jocelyn.serot@uca.fr"
9depends: [
10 "dune" {>= "3.11"}
11 "menhir" {>= "2.0"}
12 "ocamlgraph" {>= "2.0"}
13 "ppx_deriving" {>= "5.0"}
14 "ocaml" {>= "5.0.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/jserot/rfsm.git"
32url {
33 src: "https://github.com/jserot/rfsm/archive/refs/tags/2.0.tar.gz"
34 checksum: [
35 "md5=1b1942e9d27b5ffa6c7dbe3eb81f4f8e"
36 "sha512=fb6db5bb32d965db4584964f7170660163d745ca9f4cec46e61c0e2815bda636205278b019b2e2d7d43ab32fa9bfe8e642bc0d1e94ae22d792a3cd3d45731c37"
37 ]
38}