this repo has no description
1opam-version: "2.0" 2synopsis: "A ppx for decimal literals" 3description: "A ppx rewriter for decimal literals using the decimal library." 4maintainer: ["Yawar Amin <yawar.amin@gmail.com>"] 5authors: ["Yawar Amin <yawar.amin@gmail.com>"] 6license: "PSF-2.0" 7homepage: "https://github.com/yawaramin/ocaml-decimal" 8bug-reports: "https://github.com/yawaramin/ocaml-decimal/issues" 9depends: [ 10 "dune" {>= "2.7"} 11 "decimal" {= version} 12 "ppxlib" {>= "0.26.0"} 13 "odoc" {with-doc} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/yawaramin/ocaml-decimal.git" 30available: 31 arch = "arm64" | arch = "x86_64" 32url { 33 src: 34 "https://github.com/yawaramin/ocaml-decimal/releases/download/v1.0.1/decimal-1.0.1.tbz" 35 checksum: [ 36 "sha256=9297d87d647301afd92be6ba2fe8512ea81c2e306454992e6662e80344654ff9" 37 "sha512=7acbc020ff0b1be2fa3258bb581143ee9d92b3ffab0ada21a79daeb568eaaa1317b71445ef047fc4b88efe0c592bb5239719442a646dbdb9ce8794415cdd5293" 38 ] 39} 40x-commit-hash: "ddef44e4c625ee507aab7bddb6350bd092cc475e"