this repo has no description
0
fork

Configure Feed

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

Merge pull request #25518 from titouancreach/opam-publish-typeid.1.0.1

Package typeid.1.0.1

authored by

Marcello Seri and committed by
GitHub
3505e938 3800775f

+43
+43
packages/typeid/typeid.1.0.1/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/1.0.1.tar.gz" 39 + checksum: [ 40 + "md5=d1e1a7b309571b718a0bce3cecf7b850" 41 + "sha512=c1dec10afbfaabbef54c5fcd064f0128d9a0366d4462e248d0cb9147af52433653ca922f1def2515ba83db95915e4e3dd6dc5621f320fb2fdfe237c187e6d012" 42 + ] 43 + }