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

Группа :: Разработка/Прочее
Пакет: npmjs-fibers

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

%define        pname fibers

Name:          npmjs-%pname
Version:       4.0.3
Release:       alt2
Summary:       Fiber support for v8 and Node
License:       MIT
Group:         Development/Other
Url:           https://github.com/laverdet/node-fibers
Vcs:           https://github.com/laverdet/node-fibers.git
Packager:      Node Team <node at packages.altlinux.ru>

Source:        %name-%version.tar
BuildRequires: rpm-build-nodejs

%description
Fibers, sometimes called coroutines, are a powerful tool which expose an API to
jump between multiple call stacks from within a single thread. This can be
useful to make code written for a synchronous library play nicely in an
asynchronous environment.


%prep
%setup
#sed "s/\('cflags': \[ \).*\( \].*\)/\1'-O2', '-fpic'\2/" -i binding.gyp

%build
%npm_build

%install
%npm_install

%files
%doc README.md
%nodejs_sitelib/%pname


%changelog

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

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