this repo has no description
1opam-version: "2.0"
2maintainer: ["Romain Calascibetta <romain.calascibetta@gmail.com>"]
3authors: ["Romain Calascibetta <romain.calascibetta@gmail.com>"]
4license: "MIT"
5tags: ["ppx" "optics"]
6homepage: "https://git.robur.coop/robur/lun"
7bug-reports: "https://git.robur.coop/robur/lun/issues"
8dev-repo: "git+https://github.com/robur-coop/lun.git"
9synopsis: "Optics with lun package and PPX"
10
11build: [
12 ["dune" "subst"] {dev}
13 ["dune" "build" "-p" name "-j" jobs]
14]
15
16depends: [
17 "ocaml" {>= "4.12.0"}
18 "dune" {>= "3.5"}
19 "lun" {= version}
20 "ppxlib" {>= "0.25.0" & < "0.36.0"}
21 "fmt" {with-test}
22]
23url {
24 src:
25 "https://github.com/robur-coop/lun/releases/download/v0.0.1/lun-0.0.1.tbz"
26 checksum: [
27 "sha256=cca8badff83b470fdcfb1840116f8e8a6f2cb86cde2f44ed28cf26cbf692a793"
28 "sha512=fdded797a6a89f2900a9a2676ad096dd6e5a37833d7a30702e55276f5e01f62da190df0385e721abd0619e3461902b007074e3c92b4283c8f9e325f6f6fb8e17"
29 ]
30}
31x-commit-hash: "0e6fd3f89f75b850f9428ecb901c5c15a23beb36"