this repo has no description
0
fork

Configure Feed

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

Merge pull request #20555 from sim642/release-ppx_deriving_hash-0.1.1

[new release] ppx_deriving_hash (0.1.1)

authored by

Kate and committed by
GitHub
c0db46e7 d9738dff

+39
+39
packages/ppx_deriving_hash/ppx_deriving_hash.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "[@@deriving hash]" 3 + description: 4 + "Deriver for standard hash functions without extra dependencies." 5 + maintainer: ["Simmo Saan <simmo.saan@gmail.com>"] 6 + authors: ["Simmo Saan <simmo.saan@gmail.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/sim642/ppx_deriving_hash" 9 + bug-reports: "https://github.com/sim642/ppx_deriving_hash/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ppxlib" 13 + "ppx_deriving" {>= "5.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "@install" 26 + "@runtest" {with-test} 27 + "@doc" {with-doc} 28 + ] 29 + ] 30 + dev-repo: "git+https://github.com/sim642/ppx_deriving_hash.git" 31 + url { 32 + src: 33 + "https://github.com/sim642/ppx_deriving_hash/releases/download/0.1.1/ppx_deriving_hash-0.1.1.tbz" 34 + checksum: [ 35 + "sha256=bdaaac5ab278eee6ded154e405eb7fa8a2dd2b7483032628ce56ef21ae062f24" 36 + "sha512=2f19db33fe08c7deb196c7040d649713e5a45389b4cc4074f49b25c9744cd9c70fcd6cdb4814981418d4a7120eecddbeabb7f63688080517c777000dba857655" 37 + ] 38 + } 39 + x-commit-hash: "221737ebcfed3dfe8d6af981739c7c335c4822e6"