this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Small PPX for fixed size integer literals" 4description: "Small PPX for fixed size integer literals" 5maintainer: ["virgile.robles@pm.me"] 6authors: ["Virgile Robles"] 7license: "MIT" 8homepage: "https://github.com/Firobe/ocaml-stdint-literals" 9bug-reports: "https://github.com/Firobe/ocaml-stdint-literals/issues" 10depends: [ 11 "ppxlib" {>= "0.7.0"} 12 "dune" {>= "2.8"} 13 "stdint" 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/Firobe/ocaml-stdint-literals.git" 31url { 32 src: "https://github.com/Firobe/ocaml-stdint-literals/archive/1.0.tar.gz" 33 checksum: [ 34 "md5=acbbd5654b6d4af1c1d575ba150fab58" 35 "sha512=2dc61cbfef677e669b6169efc483d76a7ca75f013ed02b8b194a4b30681306d4788a153b86e2d0ea725881840426c278c8949dfba752f612152c9d87e9a90565" 36 ] 37}