Skip to content

Commit d9f0c12

Browse files
authored
Merge pull request #27490 from gildor478/release-ocamlify-v0.1.0
[new release] ocamlify (0.1.0)
2 parents 8985809 + 2a0174a commit d9f0c12

File tree

1 file changed

+38
-0
lines changed
  • packages/ocamlify/ocamlify.0.1.0

1 file changed

+38
-0
lines changed

packages/ocamlify/ocamlify.0.1.0/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
opam-version: "2.0"
2+
synopsis: "Include files in OCaml code"
3+
maintainer: ["Sylvain Le Gall <[email protected]>"]
4+
authors: ["Sylvain Le Gall"]
5+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
6+
homepage: "https://github.com/gildor478/ocamlify"
7+
doc: "https://url/to/documentation"
8+
bug-reports: "https://github.com/gildor478/ocamlify/issues"
9+
depends: [
10+
"dune" {>= "3.17"}
11+
"ocaml" {>= "5"}
12+
"camlp-streams" {>= "5"}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
dev-repo: "git+https://github.com/gildor478/ocamlify.git"
30+
url {
31+
src:
32+
"https://github.com/gildor478/ocamlify/releases/download/v0.1.0/ocamlify-0.1.0.tbz"
33+
checksum: [
34+
"sha256=bb4a468b02d1ff9374791bfe79291d47bd6c9f28920cfc21f09c2ec5b7172060"
35+
"sha512=21e43dcf5cc7c5909c96c99243d904372c02f62959ea9fe970bc9ad12879bf0ae8c62f6e178fa0c5daf47abe4da238eb9b76c503c941afcc24d5d75dbe009fd6"
36+
]
37+
}
38+
x-commit-hash: "b43f9de4c9cb6c64b49d275212b4e3dcb414b658"

0 commit comments

Comments
 (0)