this repo has no description
1opam-version: "2.0" 2maintainer: "Ahrefs Pte Ltd <github@ahrefs.com>" 3authors: [ "Ahrefs Pte Ltd <github@ahrefs.com>" ] 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/ahrefs/ocaml-qfs" 6dev-repo: "git+https://github.com/ahrefs/ocaml-qfs.git" 7bug-reports: "https://github.com/ahrefs/ocaml-qfs/issues" 8tags: [ "org:ahrefs" "clib:stdc" "clib:qfs" ] 9build: [ 10 ["ocaml" "setup.ml" "-configure" "--prefix" prefix "--enable-tests" {with-test}] 11 ["ocaml" "setup.ml" "-build"] 12 ["ocaml" "setup.ml" "-test"] {with-test} 13 ["ocaml" "setup.ml" "-doc"] {with-doc} 14] 15install: ["ocaml" "setup.ml" "-install"] 16depends: [ 17 "ocaml" {>= "4.02.0" & < "4.09.0"} 18 "base-bytes" 19 "base-unix" 20 "extlib" | "extlib-compat" 21 "lwt" {>= "3.4.6"} 22 "lwt_ppx" 23 "ocamlbuild" {build} 24 "ocamlfind" {build & >= "1.5"} 25 "conf-boost" 26] 27x-ci-accept-failures: ["debian-unstable"] 28post-messages: [ 29 " 30 This package requires QFS development files installed, consult https://quantcast.github.io/qfs/ 31 and https://github.com/quantcast/qfs/wiki/Developer-Documentation on how to build manually. 32 33 Tentative instructions for Debian : https://gist.githubusercontent.com/ygrek/7bb217d6ab7b25a765b7/raw 34 " 35 {failure} 36] 37synopsis: "Bindings to libqfs - client library to access QFS" 38description: "QFS is a distributed fault-tolerant filesystem by Quantcast" 39url { 40 src: "https://github.com/ahrefs/ocaml-qfs/archive/0.10.tar.gz" 41 checksum: [ 42 "sha256=77d3e8f42dc3e575ead3642363f352a22de1c445b755e3c35373a6cbf33ab749" 43 "md5=dfb98a33d9a8158230bb8eddef1049c1" 44 ] 45}