pekko/src/main/ls/2.0.json

18 lines
611 B
JSON
Raw Normal View History

2011-12-05 11:14:05 +01:00
{
"organization":"com.typesafe.akka",
"name":"akka",
2012-03-05 10:50:54 +13:00
"version":"2.0",
2011-12-05 11:14:05 +01:00
"description":"Akka is the platform for the next generation of event-driven, scalable and fault-tolerant architectures on the JVM.",
2012-03-10 09:54:28 +13:00
"site":"http://akka.io",
2011-12-05 11:14:05 +01:00
"tags":["actors","stm","concurrency","distributed","fault-tolerance","scala","java","futures","dataflow","remoting"],
2012-03-10 09:54:28 +13:00
"docs":"http://akka.io/docs",
2012-03-10 10:30:38 +13:00
"licenses": [{
"name": "Apache 2",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"resolvers": ["http://repo.typesafe.com/typesafe/releases"],
"dependencies": [],
"scalas": ["2.9.1-1"],
"sbt": false
}