this repo has no description
0
fork

Configure Feed

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

Package typeid.2.0.0

+43
+43
packages/typeid/typeid.2.0.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Typeid and UUIDv7 implementation in OCaml" 4 + description: "TypeId and UUIDv7 implementation in OCaml" 5 + maintainer: ["CREACH Titouan"] 6 + authors: ["CREACH Titouan"] 7 + license: "MIT" 8 + tags: ["uuidv7" "typeid"] 9 + homepage: "https://github.com/titouancreach/typeid-ocaml" 10 + doc: "https://github.com/titouancreach/typeid-ocaml" 11 + bug-reports: "https://github.com/titouancreach/typeid-ocaml/issues" 12 + depends: [ 13 + "ocaml" {>= "4.14"} 14 + "alcotest" {with-test} 15 + "dune" {>= "3.12"} 16 + "stdint" 17 + "batteries" 18 + "odoc" {with-doc} 19 + ] 20 + available: arch != "arm32" & arch != "x86_32" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/titouancreach/typeid-ocaml.git" 36 + url { 37 + src: 38 + "https://github.com/titouancreach/typeid-ocaml/archive/refs/tags/v2.0.0.tar.gz" 39 + checksum: [ 40 + "md5=04e35e600663c009deabe1934433ab4e" 41 + "sha512=f1fa6342810f418a0469d14d58b7b7ace220b60c200354d4866234a295d1644bd6578f08fe5a13fe2ec855bae989b46aecb54e5778fbd478564d0bf00525dfe8" 42 + ] 43 + }