Skip to content

Commit c22ac2e

Browse files
authored
Merge pull request ocaml#17553 from AbstractMachinesLab/release-erlang-0.0.14
[new release] erlang (0.0.14)
2 parents 1900abe + 7575afd commit c22ac2e

File tree

1 file changed

+47
-0
lines changed
  • packages/erlang/erlang.0.0.14

1 file changed

+47
-0
lines changed

packages/erlang/erlang.0.0.14/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
synopsis: "Libraries to manipulate Erlang sources"
3+
description: """
4+
erlang is a a set of libraries designed to facilitate manipulating
5+
Standard Erlang and Core Erlang sources.
6+
7+
It provides a lexer/parser, a concrete AST, and a printer for Standard Erlang
8+
in its current version.
9+
"""
10+
maintainer: ["Leandro Ostera <[email protected]>"]
11+
authors: ["Leandro Ostera <[email protected]>"]
12+
license: "Apache-2.0"
13+
homepage: "https://github.com/AbstractMachinesLab/caramel"
14+
bug-reports: "https://github.com/AbstractMachinesLab/caramel/issues"
15+
depends: [
16+
"dune" {>= "2.7"}
17+
"ocaml" {>= "4.11.1"}
18+
"cmdliner"
19+
"menhir"
20+
"ppx_sexp_conv"
21+
"sexplib"
22+
"odoc" {with-doc}
23+
]
24+
dev-repo: "git+https://github.com/AbstractMachinesLab/caramel.git"
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@doc" {with-doc}
36+
]
37+
]
38+
run-test: ["dune" "runtest" "./erlang/tests" "-p" name]
39+
x-commit-hash: "27bc02d4c865d73764d3aadb2c77f0e815460e44"
40+
url {
41+
src:
42+
"https://github.com/AbstractMachinesLab/caramel/releases/download/v0.0.14/erlang-v0.0.14.tbz"
43+
checksum: [
44+
"sha256=5e018ee6cd932f534c19b31e83345290fbc48cb91af1cd5c57986ab485215031"
45+
"sha512=bbaf181dc8f4e20d2ba56b629ee9470b581bf7731f65b2b627957a58ba40de131fcf4fe152b0bafa7b788060a15659f069042355c9713b5c8969f4f1e0e08818"
46+
]
47+
}

0 commit comments

Comments
 (0)