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