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.9.tar.gz"
41 checksum: [
42 "sha256=66368f3ac8c0b86a38c2f7b2b78517a4b1d97c8a053057fde1d49b0d2c8b0518"
43 "md5=05fa21b5fce3f6919a5e6de1f84db49d"
44 ]
45}