Thu, 09 May 2024 10:05:55 UTC | login

Information for build scala-stm-0.7-8.fc27

ID20986
Package Namescala-stm
Version0.7
Release8.fc27
Epoch
SummarySoftware Transactional Memory for Scala
DescriptionScalaSTM is a lightweight software transactional memory for Scala, inspired by the STMs in Haskell and Clojure. ScalaSTM provides a mutable cell called a Ref. If you build a shared data structure using immutable objects and Ref-s, then you can access it from multiple threads or actors. No synchronized, no deadlocks or race conditions, and good scalability. Included are concurrent sets and maps, and we also have an easier and safer replacement for wait and notifyAll.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:32:53 UTC
CompletedSat, 14 Apr 2018 20:32:53 UTC
Tags
f28
f29
f30
f31
f32
RPMs
src
scala-stm-0.7-8.fc27.src.rpm (info) (download)
noarch
scala-stm-0.7-8.fc27.noarch.rpm (info) (download)
scala-stm-javadoc-0.7-8.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Aug 06 2015 gil cattaneo <puntogil@libero.it> 0.7-5 - fix FTBFS rhbz#1239989 - Introduce license macro * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Feb 24 2014 William Benton <willb@redhat.com> - 0.7-2 - updated to use sbt for build * Thu Feb 06 2014 gil cattaneo <puntogil@libero.it> 0.7-1 - initial rpm