this repo has no description
1opam-version: "2.0"
2maintainer: [ "romain.calascibetta@gmail.com" ]
3authors: "Romain Calascibetta"
4license: "ISC"
5homepage: "https://git.robur.coop/robur/lun"
6bug-reports: "https://git.robur.coop/robur/lun/issues"
7dev-repo: "git+https://github.com/robur-coop/lun.git"
8doc: "https://robur-coop.github.io/lun/"
9synopsis: "Optics in OCaml"
10description: """Optics in OCaml: accessors of records and adts as values - (▀̿Ĺ̯▀̿ ̿)"""
11
12build: ["dune" "build" "-p" name "-j" jobs]
13run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
14
15depends: [
16 "ocaml" {>= "4.12.0"}
17 "dune" {>= "2.3"}
18]
19url {
20 src:
21 "https://github.com/robur-coop/lun/releases/download/v0.0.1/lun-0.0.1.tbz"
22 checksum: [
23 "sha256=cca8badff83b470fdcfb1840116f8e8a6f2cb86cde2f44ed28cf26cbf692a793"
24 "sha512=fdded797a6a89f2900a9a2676ad096dd6e5a37833d7a30702e55276f5e01f62da190df0385e721abd0619e3461902b007074e3c92b4283c8f9e325f6f6fb8e17"
25 ]
26}
27x-commit-hash: "0e6fd3f89f75b850f9428ecb901c5c15a23beb36"