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.01/snowflake-v0.01.tar.gz" 21 checksum: [ 22 "sha256=6ffb67b5c2a35d0200b94a466f168402eb522c7ea82ab3763a7b0fc25954094b" 23 "md5=697867153e965df5b314266152b16287" 24 ] 25}