this repo has no description
1opam-version: "2.0"
2synopsis:
3 "A library for describing and describing synchronous finite state machines"
4maintainer: ["Jocelyn Sérot <jocelyn.serot@uca.fr>"]
5authors: ["Jocelyn Sérot <jocelyn.serot@uca.fr>"]
6license: "MIT"
7homepage: "http://github.com/jserot/fsml"
8doc: "http://jserot.github.io/fsml"
9bug-reports: "jocelyn.serot@uca.fr"
10depends: [
11 "dune" {>= "2.6"}
12 "ppxlib" {>= "0.13.0"}
13 "ppx_deriving_yojson" {>= "3.5.3"}
14 "menhir" {>= "20200624" & < "20211215"}
15 "ocaml" {>= "4.10" & < "5.0"}
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/fsml.git"
32url {
33 src: "https://github.com/jserot/fsml/archive/0.3.0.tar.gz"
34 checksum: [
35 "md5=f06ff3e5dac1dd6f9a3401112a9973ee"
36 "sha512=c06daf2434035340d54f9beb0838e7951a6c540267d7922ee836bbff1aebe3887576a3bb5a749dddfd385f0165f9cf12d2f9a7d43b23d056558f50d3d7b33440"
37 ]
38}