opam-version: "2.0" maintainer: "michipili@gmail.com" authors: "Michael Grünewald" license: "CeCILL-B" homepage: "https://github.com/michipili/mixture" bug-reports: "https://github.com/michipili/mixture/issues" dev-repo: "git+https://github.com/michipili/mixture.git" tags: [ "pattern" ] build: [ ["./configure" "--prefix" prefix] [conf-bmake:path "-I%{bsdowl:share}%" "all"] ] install: [ [conf-bmake:path "-I%{bsdowl:share}%" "install"] ] remove: [ ["ocamlfind" "remove" "mixture"] ["rm" "-rf" "%{share}%/doc/mixture"] ] depends: [ "ocaml" {>= "4.01.0" & < "5.0.0"} "broken" {>= "0.4.2"} "bsdowl" {>= "3.0.0"} "conf-bmake" "ocamlfind" ] synopsis: "The Mixture package is a mixin library for the module system" description: "WWW: https://github.com/michipili/mixture" flags: light-uninstall url { src: "https://github.com/michipili/mixture/releases/download/v0.2.0/mixture-0.2.0.tar.xz" checksum: [ "sha256=da3a9c961f86641233b47ef7de27e9beb7ac64df69dec7a7db42e0ad70a003c3" "md5=9a29767deb358c0fedbfc5a09c6a3b4f" ] }