this repo has no description
1opam-version: "2.0"
2synopsis: "Self-describing base encodings"
3description:
4 "This library provides self-describing base encodings include Base32, Base58 and Base64"
5maintainer: ["patrick@sirref.org"]
6authors: ["patrick@sirref.org"]
7license: "MIT"
8homepage: "https://github.com/patricoferris/ocaml-multibase"
9bug-reports: "https://github.com/patricoferris/ocaml-multibase/issues"
10depends: [
11 "ocaml" {>= "4.08.0"}
12 "dune" {>= "2.9"}
13 "alcotest" {with-test}
14 "mdx" {with-test}
15 "base64" {>= "3.5.0"}
16 "optint" {>= "0.1.0"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "--promote-install-files=false"
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33 ["dune" "install" "-p" name "--create-install-files" name]
34]
35dev-repo: "git+https://github.com/patricoferris/ocaml-multibase.git"
36url {
37 src:
38 "https://github.com/patricoferris/ocaml-multibase/releases/download/v0.1.0/multibase-0.1.0.tbz"
39 checksum: [
40 "sha256=b46509dd92fef15d2b78a4c831fa7c2caeef17e454f621711a2700dd82a15a95"
41 "sha512=28fcd03934e4de642bf1afaff9cb1e2563345b014601dcbb3e2bfefae8b88b2cda9c738e970bf339bd87bcab7b0b26cfc89bd71585a6ade00ac7ac0a7d92b504"
42 ]
43}
44x-commit-hash: "f235f74109b007609a599f1ce877c267c9f695d5"