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