opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/ppx_fixed_literal" bug-reports: "https://github.com/janestreet/ppx_fixed_literal/issues" dev-repo: "git+https://github.com/janestreet/ppx_fixed_literal.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_fixed_literal/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "base" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} "ppxlib" {>= "0.28.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Simpler notation for fixed point literals" description: " A ppx rewriter that rewrites fixed point literal of the form 1.0v to conversion functions currently in scope. " url { src: "https://github.com/janestreet/ppx_fixed_literal/archive/502e1ec49d94245524fcb892e4f878f10cac026d.tar.gz" checksum: "sha256=98a3e7f7e129005a153fc7a5b2752a620963541735f77be0390e9ce026aa4131" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]