this repo has no description
0
fork

Configure Feed

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

Merge pull request #25419 from titouancreach/opam-publish-typeid.0.2

Package typeid.0.2

authored by

Marcello Seri and committed by
GitHub
705035b6 7eafbf62

+40
+40
packages/typeid/typeid.0.2/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: ["CREACHC Titouan"] 6 + authors: ["CREACH Titouan"] 7 + license: "MIT" 8 + tags: ["uuidv7" "typeid"] 9 + homepage: "https://github.com/titouancreach/typeid-ocaml" 10 + bug-reports: "https://github.com/titouancreach/typeid-ocaml/issues" 11 + depends: [ 12 + "ocaml" {>= "4.14"} 13 + "dune" {>= "3.12"} 14 + "stdint" 15 + "batteries" 16 + "odoc" {with-doc} 17 + ] 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} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/titouancreach/typeid-ocaml.git" 33 + url { 34 + src: 35 + "https://github.com/titouancreach/typeid-ocaml/archive/refs/tags/0.2.tar.gz" 36 + checksum: [ 37 + "md5=24d00b98ed9a8315785471d2d2bbfdb8" 38 + "sha512=d5597ee700f3ea05130e8df27ea4e33b466ce6c410176dde6ae7b2a47e24467ce5682f190c66c4848b456309a5ab5479008296485df3f1176ab33af0a0ce559a" 39 + ] 40 + }