this repo has no description

Added the missing # mark to make this code work

Changed files
+1 -1
packages
hex
hex.1.5.0
+1 -1
packages/hex/hex.1.5.0/opam
···
synopsis: "Library providing hexadecimal converters"
description: """
```ocaml
-
#require "hex";;
+
# #require "hex";;
# Hex.of_string "Hello world!";;
- : Hex.t = "48656c6c6f20776f726c6421"
# Hex.to_string "dead-beef";;