this repo has no description
1opam-version: "2.0" 2synopsis: "DAGaml : Abstract DAG manipulation in OCaml" 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/dagaml" 7bug-reports: "https://gitlab.com/boreal-ldd/dagaml" 8depends: [ 9 "ocaml" {>= "4.08.1"} 10 "GuaCaml" {>= "0.03" & < "0.04"} 11 "Snowflake" {>= "0.02.02"} 12 "ocamlbuild" {build} 13 "ocamlfind" {build} 14] 15build: [make "lib"] 16install: [make "install"] 17available: arch != "arm32" & arch != "x86_32" 18dev-repo: "git+https://gitlab.com/boreal-ldd/dagaml" 19url { 20 src: 21 "https://gitlab.com/boreal-ldd/dagaml/-/archive/v0.02/dagaml-v0.02.tar.gz" 22 checksum: [ 23 "sha256=46e07b3f1bcf8eb89abaa78e58aee53223888637548d78f3f439098dcdd8be91" 24 "md5=e7744ac85660a981d11772ed70d427ec" 25 ] 26}