this repo has no description
1opam-version: "2.0" 2synopsis: "Literals for Optint integers" 3maintainer: ["Reynir Björnsson <reynir@reynir.dk>"] 4authors: ["Reynir Björnsson <reynir@reynir.dk>"] 5license: "ISC" 6tags: ["ppx" "optint"] 7homepage: "https://github.com/reynir/ppx_optint" 8bug-reports: "https://github.com/reynir/ppx_optint/issues" 9depends: [ 10 "ocaml" 11 "dune" {>= "3.5"} 12 "optint" {>= "0.1.0"} 13 "ppxlib" {>= "0.7.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/reynir/ppx_optint.git" 31url { 32 src: 33 "https://github.com/reynir/ppx_optint/releases/download/v0.2.0/ppx_optint-0.2.0.tbz" 34 checksum: [ 35 "sha256=3405fe515e1260d4c4cef2eb083f3da6d0a0145225152ca54212d60fc1d78a25" 36 "sha512=fdfab61145d1838eac7faeda89e3febdab879a26d9dc2f855bacabb0cea692b0fc80fca23c847929a3e5f5f82f3842ed991dbec4ddc09ba6ba723462ae982580" 37 ] 38} 39x-commit-hash: "e1b46c68cab5998c9e0d3545cfc9c384363981bf"