this repo has no description
1opam-version: "2.0" 2synopsis: "Compatibility Either module" 3description: """ 4Projects that want to use the Either module defined in OCaml 4.12.0 while 5staying compatible with older versions of OCaml should use this library 6instead. 7""" 8maintainer: ["Craig Ferguson <me@craigfe.io>"] 9authors: ["Craig Ferguson <me@craigfe.io>"] 10license: "MIT" 11homepage: "https://github.com/mirage/either" 12doc: "https://mirage.github.io/either" 13bug-reports: "https://github.com/mirage/either/issues" 14depends: [ 15 "dune" {>= "2.0"} 16 "ocaml" 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/mirage/either.git" 33x-commit-hash: "a270ceac58e3e5bed6fe7e8bfb7132b14ee9c322" 34url { 35 src: 36 "https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz" 37 checksum: [ 38 "sha256=bf674de3312dee7b7215f07df1e8a96eb3d679164b8a918cdd95b8d97e505884" 39 "sha512=147854c09f897dd028b18a9f19acea8666107aaa7b1aab3c92f568af531364f57298edcaf3897d74246d3857d52e9bfb7ad0fc39220d988d9f14694ca1d5e9ed" 40 ] 41}