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.01/snowflake-v0.02.01.tar.gz"
21 checksum: [
22 "sha256=1d84f76514f460d9157738f0e7d42de5f931e830c45df3e54198d914e0660e68"
23 "md5=05a5fa1959105949eec4a79c5600638a"
24 ]
25}