opam-version: "2.0"
maintainer: "Alessandro Strada <alessandro.strada@gmail.com>"
authors: [ "Vincenzo Ciancia" ]
license: "GPL-1.0-or-later"
homepage: "http://sourceforge.net/apps/mediawiki/ocamlfuse"
dev-repo: "git+https://github.com/astrada/ocamlfuse.git"
bug-reports: "https://github.com/astrada/ocamlfuse/issues"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "3.08.0"}
  "base-bigarray"
  "base-threads"
  "base-unix"
  "camlidl"
  "dune"
  "dune-configurator" {< "2.6"}
  "conf-libfuse"
]
x-ci-accept-failures: ["oraclelinux-7"]
synopsis: "OCaml bindings for FUSE (Filesystem in UserSpacE)"
description: """
This is a binding to FUSE for the OCaml programming language, enabling
you to write multithreaded filesystems in the OCaml language. It has
been designed with simplicity as a goal, as you can see by looking at
example/fusexmp.ml. Efficiency has also been a separate goal. The
Bigarray library is used for read and writes, allowing the library to
do zero-copy in OCaml land."""
url {
  src: "https://github.com/astrada/ocamlfuse/archive/v2.7.1_cvs6.tar.gz"
  checksum: "md5=e01b1a61338596c34f93d5cc5defe2ad"
}
