opam-version: "2.0" authors: ["Pippijn van Steenhoven"] maintainer: "https://github.com/Antique-team/clangml/issues" 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.02.3"} "batteries" "deriving" "ANSITerminal" "base-unix" "camlp4" {build} "ocamlfind" {build} "ocamlbuild" {build} ] depexts: [ [ "libboost-dev" "llvm-3.6-dev" "clang-3.6" "libclang-3.6-dev" "binutils-dev" ] {os-family = "debian"} ["dev-libs/boost" "sys-devel/binutils"] {os-distribution = "gentoo"} ["boost" "binutils"] {os-distribution = "arch"} ] available: os != "macos" post-messages: [ "This package requires llvm-3.6, clang-3.6, boost and binutils" {failure} ] synopsis: "clang OCaml bindings" conflicts: ["ocaml-system"] url { src: "https://github.com/Antique-team/clangml/archive/v3.6.0.1.tar.gz" checksum: [ "sha256=97f96a409e5b7a67ae6f6845e32381a3c632cdb0767cb2cfe6b883fb8c77e257" "md5=135ea97a3e166009d1c16155d34f1ac6" ] } extra-source "clangml.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install" checksum: [ "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096" "md5=347541519ab211a1cf2eb1049a6125f2" ] }