Skip to content

Commit f473da8

Browse files
authored
Merge pull request #24135 from edwintorok/release-lintcstubs-arity-0.1.0
2 parents 1574076 + d1b85ba commit f473da8

File tree

1 file changed

+41
-0
lines changed
  • packages/lintcstubs-arity/lintcstubs-arity.0.1.0

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
synopsis: "Generate headers for C bindings"
3+
description:
4+
"Generates .h files from 'external' declarations in .ml files. Can be used to spot mismatches in number of arguments between C primitive declared in OCaml and its implementation in the .c file."
5+
maintainer: ["Edwin Török <edwin.torok@cloud.com>"]
6+
authors: ["Edwin Török <edwin.torok@cloud.com>"]
7+
license: "LGPL-2.1-or-later"
8+
homepage: "https://github.com/edwintorok/lintcstubs-arity"
9+
bug-reports: "https://github.com/edwintorok/lintcstubs-arity/issues"
10+
depends: [
11+
"dune" {>= "2.7"}
12+
"ocaml" {>= "4.08"}
13+
"odoc" {with-doc}
14+
]
15+
depopts: [
16+
"ocaml-src" {with-test}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/edwintorok/lintcstubs-arity.git"
33+
url {
34+
src:
35+
"https://github.com/edwintorok/lintcstubs-arity/releases/download/0.1.0/lintcstubs-arity-0.1.0.tbz"
36+
checksum: [
37+
"sha256=ef40d8e4296142d51716ea8e4670cbc293effa86ac7b743a53b24719ac9ac5f9"
38+
"sha512=e9867ba83596f682583a21cb7be2a8c36842fd96b2f9ca0f3406a6383df872a191f7bf8871d26969ec1b6ef898b8da8df1011e686637407f0e91cf77dab9557a"
39+
]
40+
}
41+
x-commit-hash: "6e8b0c7c80a512da2865217e2073595d175c54db"

0 commit comments

Comments
 (0)