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.08"}
10 "GuaCaml" {= "0.02"}
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/snowflake-v0.02.tar.gz"
21 checksum: [
22 "sha256=a4b9a17b240ccc2583c4096ab70aec9afa0f9de6b4a9ff68ffa65432bea50b5a"
23 "md5=a30c74d6514127a4d379e13dfa33eb20"
24 ]
25}