swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: f56bdbc3deaae731555caf226b52936278bea0d6 authored by Seb Mondet on 26 October 2019, 13:12:37 UTC
Merge branch 'sm@rm-again-deleted-file' into 'master'
Tip revision: f56bdbc
tezos-rpc-http-client-unix.opam
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: [ "Tezos devteam" ]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "tezos-tooling" { with-test }
  "ocamlfind" { build }
  "dune" { >= "1.7" }
  "tezos-base"
  "tezos-stdlib-unix"
  "cohttp-lwt-unix" { >= "1.0.0" }
  "tezos-rpc-http-client"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: unix implementation of the RPC client"
back to top