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