this repo has no description
0
fork

Configure Feed

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

Merge pull request #20442 from ifazk/release-pp-binary-ints-1.0.0

[new release] pp-binary-ints (1.0.0)

authored by

Marcello Seri and committed by
GitHub
6e606de9 05f9de2b

+46
+46
packages/pp-binary-ints/pp-binary-ints.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pretty Printing Binary Integers" 3 + description: """ 4 + Pretty Printing Binary Integers 5 + This library contains functions for pretty printing integers as 6 + unsigned binary integers. 7 + """ 8 + maintainer: ["Ifaz Kabir"] 9 + authors: ["Ifaz Kabir"] 10 + license: "CC0-1.0" 11 + tags: ["printf" "format" "boolean" "binary"] 12 + homepage: "https://github.com/ifazk/pp-binary-ints" 13 + doc: "https://ifazk.github.io/pp-binary-ints/" 14 + bug-reports: "https://github.com/ifazk/pp-binary-ints/issues" 15 + depends: [ 16 + "dune" {>= "2.9"} 17 + "ocaml" {>= "4.10"} 18 + "ppx_inline_test" {with-test} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "--promote-install-files=false" 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ["dune" "install" "-p" name "--create-install-files" name] 36 + ] 37 + dev-repo: "git+https://github.com/ifazk/pp-binary-ints.git" 38 + url { 39 + src: 40 + "https://github.com/ifazk/pp-binary-ints/releases/download/1.0.0/pp-binary-ints-1.0.0.tbz" 41 + checksum: [ 42 + "sha256=4840fc294cf861bddecdbb3218f0ef26d37d2207d45a45d19d01f14e5528cd1b" 43 + "sha512=123ec3a792e5148d324ac1406d62fcee798af8ec7a75d23986ac18018ea816d954a71e01d8edbb734fb9f5855686f63e22765da49c72802e67acb9749e6d6616" 44 + ] 45 + } 46 + x-commit-hash: "ddabbb925df3f8c4a1c911c4b884ce76e2550f7e"