Skip to content

Commit 87196fa

Browse files
authored
Merge pull request #28927 from dinosaure/release-lun-v0.0.2
[new release] lun (2 packages) (0.0.2)
2 parents fec8c49 + e407b45 commit 87196fa

File tree

2 files changed

+58
-0
lines changed
  • packages
    • lun/lun.0.0.2
    • ppx_lun/ppx_lun.0.0.2

2 files changed

+58
-0
lines changed

packages/lun/lun.0.0.2/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
maintainer: [ "[email protected]" ]
3+
authors: "Romain Calascibetta"
4+
license: "ISC"
5+
homepage: "https://git.robur.coop/robur/lun"
6+
bug-reports: "https://git.robur.coop/robur/lun/issues"
7+
dev-repo: "git+https://github.com/robur-coop/lun.git"
8+
doc: "https://robur-coop.github.io/lun/"
9+
synopsis: "Optics in OCaml"
10+
description: """(▀̿Ĺ̯▀̿ ̿)"""
11+
12+
build: ["dune" "build" "-p" name "-j" jobs]
13+
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
14+
15+
depends: [
16+
"ocaml" {>= "4.12.0"}
17+
"dune"
18+
]
19+
url {
20+
src:
21+
"https://github.com/robur-coop/lun/releases/download/v0.0.2/lun-0.0.2.tbz"
22+
checksum: [
23+
"sha256=d68aa34d763efe3253d6e40e57a8a22bda95f4302611162c2f606d7a7b6607c2"
24+
"sha512=64cd3801fd0296341f36f8def6b8771a0310dee9a51b68c326fcab5c3af0aca9a33b87467a0d9495081c838909368b24382addc26603ca1b73d22a162c764b34"
25+
]
26+
}
27+
x-commit-hash: "d7b2fe3a7bb24813b7794ddded9299d4ef93f2fc"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
maintainer: ["Romain Calascibetta <[email protected]>"]
3+
authors: ["Romain Calascibetta <[email protected]>"]
4+
license: "MIT"
5+
tags: ["ppx" "optics"]
6+
homepage: "https://git.robur.coop/robur/lun"
7+
bug-reports: "https://git.robur.coop/robur/lun/issues"
8+
dev-repo: "git+https://github.com/robur-coop/lun.git"
9+
synopsis: "Optics with lun package and PPX"
10+
11+
build: [
12+
["dune" "subst"] {dev}
13+
["dune" "build" "-p" name "-j" jobs]
14+
]
15+
16+
depends: [
17+
"ocaml" {>= "4.12.0"}
18+
"dune" {>= "3.5"}
19+
"lun" {= version}
20+
"ppxlib" {>= "0.36.0"}
21+
"fmt" {with-test}
22+
]
23+
url {
24+
src:
25+
"https://github.com/robur-coop/lun/releases/download/v0.0.2/lun-0.0.2.tbz"
26+
checksum: [
27+
"sha256=d68aa34d763efe3253d6e40e57a8a22bda95f4302611162c2f606d7a7b6607c2"
28+
"sha512=64cd3801fd0296341f36f8def6b8771a0310dee9a51b68c326fcab5c3af0aca9a33b87467a0d9495081c838909368b24382addc26603ca1b73d22a162c764b34"
29+
]
30+
}
31+
x-commit-hash: "d7b2fe3a7bb24813b7794ddded9299d4ef93f2fc"

0 commit comments

Comments
 (0)