this repo has no description
1opam-version: "2.0" 2maintainer: "Craig Ferguson <craig@tarides.com>" 3homepage: "https://github.com/mirage/irmin" 4bug-reports: "https://github.com/mirage/irmin/issues" 5license: "ISC" 6dev-repo: "git+https://github.com/mirage/irmin.git" 7 8build: [ 9 ["dune" "subst"] {dev} 10 ["dune" "build" "-p" name "-j" jobs] 11] 12 13depends: [ 14 "dune" {>= "2.7.0"} 15 "ocaml" {>= "4.08.0"} 16 "ppxlib" {>= "0.12.0" & < "0.18.0"} 17 "ppx_repr" {>= "0.2.0"} 18] 19 20synopsis: "PPX deriver for Irmin type representations" 21x-commit-hash: "3e22238e86b6bac0c4eddff5b899efeaebe49dc9" 22authors: "Craig Ferguson <craig@tarides.com>" 23url { 24 src: 25 "https://github.com/mirage/irmin/releases/download/2.3.0/irmin-2.3.0.tbz" 26 checksum: [ 27 "sha256=41d1d08cedb19d17935b7e840f18265ebd8b8a50cc3797d031aee992125070a6" 28 "sha512=ff527303850c2e36853ae0857f2ecbc22b5096f87197521dd049f80a234228c74f840aadef6d7c826acceda7b0a49e1dc2b5c105bb65d7c9551f0f8f377b2fc6" 29 ] 30}