this repo has no description
0
fork

Configure Feed

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

Merge pull request #20553 from TheLortex/release-bigarray-compat-v1.1.0

[new release] bigarray-compat (1.1.0)

authored by

Kate and committed by
GitHub
af32c3d7 4b471f48

+26
+26
packages/bigarray-compat/bigarray-compat.1.1.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Lucas Pluvinage <lucas.pluvinage@gmail.com>" 3 + authors: [ "Lucas Pluvinage <lucas.pluvinage@gmail.com>" ] 4 + license: "ISC" 5 + homepage: "https://github.com/mirage/bigarray-compat" 6 + bug-reports: "https://github.com/mirage/bigarray-compat/issues" 7 + dev-repo: "git+https://github.com/mirage/bigarray-compat.git" 8 + build: [ 9 + ["dune" "subst"] {dev} 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "ocaml" {>= "4.02.3"} 14 + "dune" {>= "1.0"} 15 + ] 16 + synopsis: 17 + "Compatibility library to use Stdlib.Bigarray when possible" 18 + url { 19 + src: 20 + "https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz" 21 + checksum: [ 22 + "sha256=434469a48d5c84e80d621b13d95eb067f8138c1650a1fd5ae6009a19b93718d5" 23 + "sha512=7be283fd957ee168ce1e62835d22114da405e4b7da9619b4f2030a832d45ca210a0c8f1d1c57c92e224f3512308a8a0f0923b94f44b6f582acbe0e7728d179d4" 24 + ] 25 + } 26 + x-commit-hash: "2ea842ba4ab2cfee7b711f7ad927917f3179a6f9"