this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Nano ID implementation for OCaml"
4maintainer: ["mefyl <mefyl@gruntech.org>"]
5authors: ["mefyl <mefyl@gruntech.org>"]
6license: "LGPL-3.0-or-later"
7homepage: "https://github.com/routineco/ocaml-nanoid"
8doc: "https://routineco.github.io/ocaml-nanoid/"
9bug-reports: "https://github.com/routineco/ocaml-nanoid/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "alcotest" {with-test}
13 "conf-npm" {with-test}
14 "cryptokit"
15 "js_of_ocaml" {with-test}
16 "ocaml" {>= "4.08"}
17 "odoc" {with-doc}
18]
19depopts: ["js_of_ocaml"]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/routineco/ocaml-nanoid.git"
35url {
36 src: "https://github.com/routineco/ocaml-nanoid/archive/1.0.0.tar.gz"
37 checksum: [
38 "md5=a5c602bbac85b60218297f4705726ed9"
39 "sha512=debb9c4c0fb1ccadb4814cda797e96d380b20120e258b3b193635e65215a6fe74ab932fca40ab27d6502f72797326b44329952336bab2e745feb963d03e82419"
40 ]
41}