this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package sqids.0.1.0

+40
+40
packages/sqids/sqids.0.1.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "OCaml port of Sqids" 4 + description: "Generate short unique IDs from numbers." 5 + maintainer: ["Leo Soares" "Rizo Isrof"] 6 + authors: ["Leo Soares"] 7 + license: "MIT" 8 + homepage: "https://github.com/sqids/sqids-ocaml" 9 + doc: "https://sqids.org/ocaml" 10 + bug-reports: "https://github.com/sqids/sqids-ocaml/issues" 11 + depends: [ 12 + "ocaml" {>= "4.11.0"} 13 + "dune" {>= "3.13"} 14 + "qcheck-core" {with-test & >= "0.21.3"} 15 + "ocaml-lsp-server" {with-dev-setup} 16 + "ocamlformat" {with-dev-setup & >= "0.26.1"} 17 + "odoc" {with-doc} 18 + ] 19 + build: [ 20 + ["dune" "subst"] {dev} 21 + [ 22 + "dune" 23 + "build" 24 + "-p" 25 + name 26 + "-j" 27 + jobs 28 + "@install" 29 + "@runtest" {with-test} 30 + "@doc" {with-doc} 31 + ] 32 + ] 33 + dev-repo: "git+https://github.com/sqids/sqids-ocaml.git" 34 + url { 35 + src: "https://github.com/sqids/sqids-ocaml/archive/refs/tags/0.1.0.tar.gz" 36 + checksum: [ 37 + "md5=3ca341fc0dba4b556cc67ca2b9767a15" 38 + "sha512=d56fd8ae742db5b5096b4e14390825233701f2e7af10e9b2d5bd92370ecf22b6de990cdf686f80445b01ef96d1d23166b5b6c998efd8dcb0749a576cc5e68395" 39 + ] 40 + }