this repo has no description
0
fork

Configure Feed

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

Merge pull request #25426 from sim642/release-ppx_deriving_hash-0.1.2

[new release] ppx_deriving_hash (0.1.2)

authored by

Marcello Seri and committed by
GitHub
251ff9c0 54281d1a

+39
+39
packages/ppx_deriving_hash/ppx_deriving_hash.0.1.2/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.2/ppx_deriving_hash-0.1.2.tbz" 34 + checksum: [ 35 + "sha256=b2cdce00b0fef439b9c2dc20bd0d1248bec2bb4c56ba6c0a98b04a3c387815af" 36 + "sha512=3bd89f1215439a20aa81f8eae46574d8b80800a059ce4590774616e5ec349f73f010e0126c3390909942f8c5c258b67ab0ef10df7a5084322861a542a4ec8399" 37 + ] 38 + } 39 + x-commit-hash: "c916f11a2365b3fe2ab77096b6073ebf62ea082b"