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"} "dolog" {< "4.0.0"} "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.2.tar.gz" checksum: [ "sha256=260a7f40d9ebe14be1cfd39d8d3200b61f93f61f302bab12636feb4e27aed994" "md5=35cf616eb6b3673bd7ef2daeef989a7a" ] } extra-source "clangml.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install" checksum: [ "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096" "md5=347541519ab211a1cf2eb1049a6125f2" ] }