this repo has no description
0
fork

Configure Feed

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

[new release] ppx_deriving_hash (0.1.3)

CHANGES:

* Add `lazy` support (sim642/ppx_deriving_hash#5).
* Migrate to OCaml 5.2 AST for ppxlib 0.36.0 (sim642/ppx_deriving_hash#6).

+39
+39
packages/ppx_deriving_hash/ppx_deriving_hash.0.1.3/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" {>= "0.36.0"} 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.3/ppx_deriving_hash-0.1.3.tbz" 34 + checksum: [ 35 + "sha256=19bf51f397f255ab32a1aa44bbb6ca49e29b7cf46e4e8a9cc756ad90aee8bd09" 36 + "sha512=9879a5cfc5dacd71e88a832eb96c6d8127f46f1d5619f149fd2d882a23e27170a0e4bca4f50132bcc48f53435168919377a8b66590465b0411a4e6c4c5e85eea" 37 + ] 38 + } 39 + x-commit-hash: "09fe8b1d95675006e0a889aa033a370f31000ac1"