this repo has no description
1opam-version: "2.0"
2authors: ["Pippijn van Steenhoven"]
3maintainer: "https://github.com/Antique-team/clangml/issues"
4homepage: "https://github.com/Antique-team/clangml"
5bug-reports: "https://github.com/Antique-team/clangml/issues"
6dev-repo: "git+https://github.com/Antique-team/clangml.git"
7build: [
8 [make]
9]
10install: [
11 [make "install"]
12]
13remove: [
14 [make "uninstall"]
15]
16depends: [
17 "ocaml" {>= "4.02.3"}
18 "batteries"
19 "deriving"
20 "ANSITerminal"
21 "base-unix"
22 "camlp4" {build}
23 "ocamlfind" {build}
24 "ocamlbuild" {build}
25]
26depexts: [
27 [
28 "libboost-dev"
29 "llvm-3.4-dev"
30 "clang-3.4"
31 "libclang-3.4-dev"
32 "binutils-dev"
33 ] {os-family = "debian"}
34 [
35 "dev-libs/boost"
36 "sys-devel/llvm-3.4.1-r2"
37 "sys-devel/clang-3.4.0-r100"
38 "sys-devel/binutils"
39 ] {os-distribution = "gentoo"}
40 ["boost" "binutils"] {os-distribution = "arch"}
41]
42available: os != "macos"
43post-messages: [
44 "This package requires llvm-3.4, clang-3.4, boost and binutils" {failure}
45]
46synopsis: "clang OCaml bindings"
47conflicts: ["ocaml-system"]
48url {
49 src: "https://github.com/Antique-team/clangml/archive/v0.5.2.tar.gz"
50 checksum: [
51 "sha256=83a8ad8ba1eb2997d3b6fa7d3eb236b07c13be9b636d8473ab4aa34902b8abed"
52 "md5=aa27c96ca7b6a0dd3ecf39f1a82ea388"
53 ]
54}
55extra-source "clangml.install" {
56 src:
57 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install"
58 checksum: [
59 "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096"
60 "md5=347541519ab211a1cf2eb1049a6125f2"
61 ]
62}