Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37601608
en ru br
Репозитории ALT

Группа :: Разработка/ML
Пакет: ocaml-ocamlfuse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ocaml-ocamlfuse
Version: 2.7.1
Release: alt11
Summary: Ocaml FUSE binding
Group: Development/ML
License: GPL-2.0
Url: https://opam.ocaml.org/packages/ocamlfuse/
# https://github.com/astrada/ocamlfuse
Source: %name-%version.tar
BuildRequires: libfuse-devel
BuildRequires: ocaml ocaml-camlidl ocaml-camlidl-devel ocaml-findlib ocaml-ocamldoc
BuildRequires: ocaml-dune-configurator-devel ocaml-dune-private-libs-devel
Provides: ocaml-fuse = %EVR
Obsoletes: ocaml-fuse < %EVR

%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.

%package devel
Summary: Development files for %name
Group: Development/ML
Requires: %name = %EVR
Obsoletes: ocaml-fuse-devel < %EVR
Provides: ocaml-fuse-devel = %EVR

%description devel
The %name-devel package contains libraries and signature files for
developing applications that use %name.

%prep
%setup

%build
%dune_build -p ocamlfuse

%install
%dune_install

%files -f ocaml-files.runtime
%doc LICENSE README.md

%files devel -f ocaml-files.devel

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin