this repo has no description
0
fork

Configure Feed

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

[new release] type_id (0.0.1)

CHANGES:

- skolemlabs/type_id#1: initial implementation

+40
+40
packages/type_id/type_id.0.0.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Type identifiers, useful for runtime type-safe casting/coersions" 3 + maintainer: [ 4 + "Zach Baylin <zbaylin@gmail.com>" "Trent Small <sixstring982@gmail.com>" 5 + ] 6 + authors: ["Zach Baylin <zbaylin@gmail.com>"] 7 + license: "MIT" 8 + homepage: "https://github.com/skolemlabs/type_id" 9 + doc: "https://skolemlabs.github.io/type_id" 10 + bug-reports: "https://github.com/skolemlabs/type_id/issues" 11 + depends: [ 12 + "ocaml" {>= "4.0.3"} 13 + "dune" {>= "3.11" & >= "3.1"} 14 + "type_eq" {>= "0.0.1"} 15 + "odoc" {with-doc} 16 + ] 17 + dev-repo: "git+https://github.com/skolemlabs/type_id.git" 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test & ocaml:version >= "4.08"} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: 34 + "https://github.com/skolemlabs/type_id/releases/download/0.0.1/type_id-0.0.1.tbz" 35 + checksum: [ 36 + "sha256=8665400fdbe05351cb9c1eddd535f5ed5f8095fe595e6bd081dda72c79cb8439" 37 + "sha512=08bb56914a3d3137503efb1254cc51340de107e150f0ad2af102f32744a4837c4630fca2f75a4cb3deaae62b67701f06db9cfb80a541f7bb88d37c4adc5fc775" 38 + ] 39 + } 40 + x-commit-hash: "bf4209a12381ead23537351f9354d21747520f60"