Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37620264
en ru br
ALT Linux repositórios
S:2.7.1-alt11

Group :: Desenvolvimento/ML
RPM: ocaml-ocamlfuse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009