Skip to content

Commit 46af979

Browse files
authored
Merge pull request #29053 from bobot/release-camlid-0.1
[new release] camlid (0.1)
2 parents 0a80774 + e1bae80 commit 46af979

File tree

1 file changed

+37
-0
lines changed
  • packages/camlid/camlid.0.2

1 file changed

+37
-0
lines changed

packages/camlid/camlid.0.2/opam

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "OCaml library for generating C stubs"
3+
maintainer: ["François Bobot"]
4+
authors: ["François Bobot"]
5+
license: "LGPL-2.1-only"
6+
homepage: "https://github.com/bobot/camlid"
7+
bug-reports: "https://github.com/bobot/camlid/issues"
8+
depends: [
9+
"dune" {>= "3.19"}
10+
"fmt" {>= "0.10.0"}
11+
"ocaml" {>= "4.11"}
12+
"odoc" {with-doc}
13+
]
14+
build: [
15+
["dune" "subst"] {dev}
16+
[
17+
"dune"
18+
"build"
19+
"-p"
20+
name
21+
"-j"
22+
jobs
23+
"@install"
24+
"@runtest" {with-test}
25+
"@doc" {with-doc}
26+
]
27+
]
28+
dev-repo: "git+https://github.com/bobot/camlid.git"
29+
x-maintenance-intent: ["(latest)"]
30+
url {
31+
src: "https://github.com/bobot/camlid/releases/download/0.2/camlid-0.2.tbz"
32+
checksum: [
33+
"sha256=fd6fd1319380810e5065ae06d9415d91cbac637d696345d3cca0cd34bfdc2e44"
34+
"sha512=028b6a4aa1bef1a88400776c93205b8839f98e75745e14cd4312564258218482ee77605eaed7b23a97eea81cc64923ea0bed0ac5fe5703e5d4edfaeec140c45d"
35+
]
36+
}
37+
x-commit-hash: "31d34aa2b5ff48bb808e9cbcb7d38fdcdd4b5744"

0 commit comments

Comments
 (0)