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.00.1" & != "4.02.1" & < "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/v1.0.0/mixture-1.0.0.tar.xz" checksum: [ "sha256=f03cdb12ca51f994dc2b1cb2e596bed8394c8536ab1560bfada53625530364f0" "md5=db7edf005da69124f53d818dfaf908d0" ] }