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" 18 "conf-pic-switch" 19 "apron" 20 "batteries" 21 "deriving" 22 "ANSITerminal" 23 "base-unix" 24 "camlp4" {build} 25 "ocamlfind" {build} 26 "ocamlbuild" {build} 27] 28depexts: [ 29 [ 30 "libboost-dev" 31 "llvm-3.4-dev" 32 "clang-3.4" 33 "libclang-3.4-dev" 34 "binutils-dev" 35 ] {os-family = "debian"} 36 [ 37 "dev-libs/boost" 38 "sys-devel/llvm-3.4.1-r2" 39 "sys-devel/clang-3.4.0-r100" 40 "sys-devel/binutils" 41 ] {os-distribution = "gentoo"} 42 ["boost" "binutils"] {os-distribution = "arch"} 43] 44available: os != "macos" 45post-messages: [ 46 "This package requires llvm-3.4, clang-3.4, boost and binutils" {failure} 47] 48synopsis: "clang OCaml bindings" 49url { 50 src: "https://github.com/Antique-team/clangml/archive/v0.5.1.tar.gz" 51 checksum: [ 52 "sha256=aecb0c107870908f563d3f0970e30ec11f917bb61c263abf1335fbe9773f1941" 53 "md5=a73a1a6fcd03d1ecb101dc6c43b783b3" 54 ] 55} 56extra-source "clangml.install" { 57 src: 58 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/clangml/clangml.install" 59 checksum: [ 60 "sha256=79bf263146b674a605e2608e5c2aacb3a100f248ea943de167d8c0fb3631a096" 61 "md5=347541519ab211a1cf2eb1049a6125f2" 62 ] 63}