this repo has no description
0
fork

Configure Feed

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

[new release] traits (0.1.0)

CHANGES:

## Added

- Initial release

+39
+39
packages/traits/traits.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Common traits for generic functionality" 3 + description: "Common traits for generic functionality" 4 + maintainer: ["Yurii Rashkovskii"] 5 + authors: ["Yurii Rashkovskii"] 6 + license: "ISC" 7 + homepage: "https://github.com/yrashk/ocaml-traits" 8 + bug-reports: "https://github.com/yrashk/ocaml-traits/issues" 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "dune" {>= "3.2"} 12 + "alcotest" {with-test & >= "1.5.0"} 13 + "ppx_inline_alcotest" {with-test & >= "1.0.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/yrashk/ocaml-traits.git" 31 + url { 32 + src: 33 + "https://github.com/yrashk/ocaml-traits/releases/download/v0.1.0/traits-0.1.0.tbz" 34 + checksum: [ 35 + "sha256=c51504fe40fc7458c5aa36d1e6b2551b01cdd45389d1d67868c63dc602c440ba" 36 + "sha512=0878aa46a403824eb480a65d8d37cd61a541170503fcb9d04db1f31b54ef7eba236231fde559ce21d2e0757d08b2700757c2f60486f5461c19aa3fa3001bd5ec" 37 + ] 38 + } 39 + x-commit-hash: "e2c284473fcc05dcd50eb8e8e0c885ae7d583c65"