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 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.01/dagaml-v0.01.tar.gz" 22 checksum: [ 23 "sha256=79e3d308e4cbdf1f658e56b370c6d0636d016d7686deb67eac8445705e85062e" 24 "md5=0699ad06e3f8d99245b30e4f1cd0d12e" 25 ] 26}