this repo has no description
1opam-version: "2.0"
2synopsis: "Snowflake : A Generic Symbolic Dynamic Programming framework"
3maintainer: "Joan Thibault <joan.thibault@ens-rennes.fr>"
4authors: "Joan Thibault <joan.thibault@ens-rennes.fr>"
5license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
6homepage: "https://gitlab.com/boreal-ldd/snowflake"
7bug-reports: "https://gitlab.com/boreal-ldd/snowflake"
8depends: [
9 "ocaml" {>= "4.13"}
10 "GuaCaml" {>= "0.05"}
11 "mlbdd" {>= "0.7.2"}
12 "ocamlbuild" {build}
13 "ocamlfind" {build}
14]
15build: make
16install: [make "install"]
17dev-repo: "git+https://gitlab.com/boreal-ldd/snowflake"
18url {
19 src:
20 "https://gitlab.com/boreal-ldd/snowflake/-/archive/v0.02.03/snowflake-v0.02.03.tar.gz"
21 checksum: [
22 "sha256=7e752144fb5aba697aace6d3ed26479ab7f2d9cc42b9ab15f380123d8cf7b515"
23 "md5=e47bee554483743d5991ddaab3fa4483"
24 ]
25}