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