# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Small PPX for fixed size integer literals" description: "Small PPX for fixed size integer literals" maintainer: ["virgile.robles@pm.me"] authors: ["Virgile Robles"] license: "MIT" homepage: "https://github.com/Firobe/ocaml-stdint-literals" bug-reports: "https://github.com/Firobe/ocaml-stdint-literals/issues" depends: [ "ppxlib" {>= "0.7.0"} "dune" {>= "2.8"} "stdint" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/Firobe/ocaml-stdint-literals.git" url { src: "https://github.com/Firobe/ocaml-stdint-literals/archive/1.0.tar.gz" checksum: [ "md5=acbbd5654b6d4af1c1d575ba150fab58" "sha512=2dc61cbfef677e669b6169efc483d76a7ca75f013ed02b8b194a4b30681306d4788a153b86e2d0ea725881840426c278c8949dfba752f612152c9d87e9a90565" ] }