this repo has no description
1opam-version: "2.0"
2maintainer: "michipili@gmail.com"
3authors: "Michael Grünewald"
4license: "CeCILL-B"
5homepage: "https://github.com/michipili/mixture"
6bug-reports: "https://github.com/michipili/mixture/issues"
7dev-repo: "git+https://github.com/michipili/mixture.git"
8tags: [
9 "pattern"
10]
11build: [
12 ["./configure" "--prefix" prefix]
13 [conf-bmake:path "-I%{bsdowl:share}%" "all"]
14]
15install: [
16 [conf-bmake:path "-I%{bsdowl:share}%" "install"]
17]
18remove: [
19 ["ocamlfind" "remove" "mixture"]
20 ["rm" "-rf" "%{share}%/doc/mixture"]
21]
22depends: [
23 "ocaml" {>= "4.01.0" & < "5.0.0"}
24 "broken" {>= "0.4.2"}
25 "bsdowl" {>= "3.0.0"}
26 "conf-bmake"
27 "ocamlfind"
28]
29synopsis: "The Mixture package is a mixin library for the module system"
30description: "WWW: https://github.com/michipili/mixture"
31flags: light-uninstall
32url {
33 src:
34 "https://github.com/michipili/mixture/releases/download/v0.2.0/mixture-0.2.0.tar.xz"
35 checksum: [
36 "sha256=da3a9c961f86641233b47ef7de27e9beb7ac64df69dec7a7db42e0ad70a003c3"
37 "md5=9a29767deb358c0fedbfc5a09c6a3b4f"
38 ]
39}