opam-version: "2.0" maintainer: "https://github.com/Antique-team/clangml/issues" authors: "Pippijn van Steenhoven" homepage: "https://github.com/Antique-team/clangml" bug-reports: "https://github.com/Antique-team/clangml/issues" dev-repo: "git+https://github.com/Antique-team/clangml.git" build: [make] install: [make "install"] remove: [make "uninstall"] depends: [ "ocaml" "dolog" {< "4.0.0"} "batteries" "deriving" "ANSITerminal" "base-unix" "camlp4" {build} "ocamlfind" {build} "ocamlbuild" {build} ] depexts: [ ["binutils" "boost"] {os-distribution = "arch"} [ "binutils-dev" "clang-3.7" "libboost-dev" "libclang-3.7-dev" "llvm-3.7-dev" ] {os-family = "debian"} ["dev-libs/boost" "sys-devel/binutils" "sys-devel/binutils-libs"] {os-distribution = "gentoo"} ["boost160" "homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"} ] post-messages: [ "This package requires llvm-3.7, clang-3.7, boost and binutils" {failure} ] synopsis: "clang OCaml bindings" url { src: "https://github.com/Antique-team/clangml/archive/v3.7.0.2.tar.gz" checksum: [ "sha256=be0eb8b79af64627d51fa9a6d6c92d748198b3cd710aa808b4402488cd7fd3c5" "md5=e9489e166e23ef7d8700e9027b659569" ] } extra-source "clangml.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install" checksum: [ "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096" "md5=347541519ab211a1cf2eb1049a6125f2" ] }