Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F140669
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/mix.exs b/mix.exs
index 93dc17e..ef7bb2c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,45 +1,46 @@
defmodule ConcurrentLimiter.MixProject do
use Mix.Project
@repo "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter"
def project do
[
app: :concurrent_limiter,
+ description: "A concurrency limiter",
version: "0.1.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),
# Docs
name: "Concurrent Limiter",
source_url: @repo,
homepage_url: @repo,
docs: [
main: "ConcurrentLimiter",
extras: [],
source_url_pattern: @repo <> "/blob/master/%{path}#L%{line}"
]
]
end
def application do
[
extra_applications: [:logger]
]
end
defp deps do
[
{:credo, "~> 1.1.0", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:benchee, "~> 1.0", only: [:dev, :test]}
]
end
defp package do
[
licenses: ["LGPLv3"],
links: %{"GitLab" => @repo}
]
end
end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jan 21, 1:10 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
55630
Default Alt Text
(1 KB)
Attached To
Mode
R12 concurrent_limiter
Attached
Detach File
Event Timeline
Log In to Comment