this repo has no description
at main 1.7 kB view raw
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] 11 ["ocaml" "setup.ml" "-build"] 12 ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} 13 ["ocaml" "setup.ml" "-build"] {with-test} 14 ["ocaml" "setup.ml" "-test"] {with-test} 15 ["ocaml" "setup.ml" "-doc"] {with-doc} 16] 17install: ["ocaml" "setup.ml" "-install"] 18remove: [ 19 ["ocamlfind" "remove" "qfs"] 20] 21depends: [ 22 "ocaml" {>= "4.02.0" & < "4.09.0"} 23 "base-bytes" 24 "base-unix" 25 "extlib" | "extlib-compat" 26 "lwt" {>= "3.4.6"} 27 "lwt_ppx" 28 "ocamlbuild" {build} 29 "ocamlfind" {build & >= "1.5"} 30 "conf-boost" 31] 32x-ci-accept-failures: ["debian-unstable"] 33post-messages: [ 34 " 35 This package requires QFS development files installed, consult https://quantcast.github.io/qfs/ 36 and https://github.com/quantcast/qfs/wiki/Developer-Documentation on how to build manually. 37 38 Tentative instructions for Debian : https://gist.githubusercontent.com/ygrek/7bb217d6ab7b25a765b7/raw 39 " 40 {failure} 41] 42synopsis: "Bindings to libqfs - client library to access QFS" 43description: "QFS is a distributed fault-tolerant filesystem by Quantcast" 44flags: light-uninstall 45url { 46 src: "https://github.com/ahrefs/ocaml-qfs/archive/0.8.tar.gz" 47 checksum: [ 48 "sha256=3600984f9311135e977a9c31efaf56d4ee78a1931d94fcb8694e91b3b4f4a24f" 49 "md5=b52b183197904dc8a84c0d3db2ecb5a0" 50 ] 51}