this repo has no description
1opam-version: "2.0"
2maintainer: "Jeong Jihoon <binoopang@gmail.com>"
3authors: "Jeong Jihoon <binoopang@gmail.com>"
4homepage: "http://github.com/binoopang/r2pipe-ocaml"
5bug-reports: "binoopang@gmail.com"
6license: "LGPL-2.0-or-later"
7dev-repo: "git+https://github.com/binoopang/r2pipe-ocaml.git"
8build: [make]
9install: [make "install-lib"]
10remove: [make "uninstall-lib"]
11depends: [
12 "ocaml"
13 "ocamlfind" {build}
14 "yojson"
15]
16messages: ["DEPRECATED. r2pipe is outdated, you should consider using radare2 instead"]
17
18post-messages: ["DEPRECATED. r2pipe is outdated, you should consider using radare2 instead"]
19synopsis: "Deprecated: use radare2 instead"
20url {
21 src:
22 "https://github.com/ocaml/opam-source-archives/raw/main/r2pipe-0.0.2.zip"
23 checksum: [
24 "sha256=08d2adfba6c78efbef53208f144709841bf0ec3be9cbe47e44fa54ce94f141b8"
25 "md5=3c9ccfdf81a10d3e865b50bf5e9cf97a"
26 ]
27}