File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/camlid/camlid.0.2 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments