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" {>= "4.03.0"} "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.5" "libboost-dev" "libclang-3.5-dev" "llvm-3.5-dev" ] {os-family = "debian"} ["dev-libs/boost" "sys-devel/binutils" "sys-devel/binutils-libs"] {os-distribution = "gentoo"} ["boost" "homebrew/versions/llvm35"] {os = "macos" & os-distribution = "homebrew"} ] post-messages: [ "This package requires llvm-3.5, clang-3.5, boost and binutils" {failure} ] synopsis: "clang OCaml bindings" url { src: "https://github.com/Antique-team/clangml/archive/v3.5.0.2.tar.gz" checksum: [ "sha256=7dc42627afba904aca0f1019aaa68fb979dcc0b31b52102550bd072888f23bf6" "md5=7ec6119acf07207fb04d72ebaabd8311" ] } extra-source "clangml.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install" checksum: [ "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096" "md5=347541519ab211a1cf2eb1049a6125f2" ] }