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.06.0" & < "5.0.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/releases/download/0.12/ocaml-qfs-0.12.tar.gz"
41 checksum: [
42 "md5=edf23bf63e056b028c932d57caa2637d"
43 "sha256=079eaca881ed68c1025f985543d6b97212cc676ac3cc054f24835681615503f9"
44 "sha512=9ca633ec7f05bf7be11203dd843cebded1ef89789fe5810bce1489bc65179c281d1a27c4aff0c3934ff36337b2b24dccdf3a45b38839fe5c2eb1d6b293d958c7"
45 ]
46}