(lang dune 3.18) (name crockford) (generate_opam_files true) (license MIT) (authors "Anil Madhavapeddy") (homepage "https://tangled.org/@anil.recoil.org/ocaml-crockford") (maintainers "Anil Madhavapeddy ") (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-crockford/issues") (maintenance_intent "(latest)") (documentation "https://tangled.org/@anil.recoil.org/ocaml-crockford") (package (name crockford) (synopsis "Crockford Base32 encoding for OCaml") (description "An OCaml implementation of Douglas Crockford's Base32 encoding with \ ISO 7064 checksum support. Provides encoding and decoding of int64 values \ to URI-friendly base32 strings, with optional checksum validation, padding, \ splitting, and random ID generation.") (depends (ocaml (>= 4.14.1)) (odoc :with-doc) (alcotest (and :with-test (>= 1.5.0))) (cmdliner (>= 1.1.0))))