this repo has no description
0
fork

Configure Feed

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

Merge pull request #27498 from maxtori/opam-publish-ezjs_extension.0.2

Package ezjs_extension.0.2

authored by

Raphaël Proust and committed by
GitHub
ae990b47 42c5c869

+39
+39
packages/ezjs_extension/ezjs_extension.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Binding for Chrome and Firefox extension API" 4 + maintainer: ["OCamlPro <contact@ocamlpro.com>"] 5 + authors: ["Maxime Levillain <maxime.levillain@ocamlpro.com>"] 6 + license: "LGPL-2.1-only" 7 + homepage: "https://github.com/ocamlpro/ezjs_extension" 8 + bug-reports: "https://github.com/ocamlpro/ezjs_extension/issues" 9 + depends: [ 10 + "ocaml" {>= "4.06"} 11 + "dune" {>= "2.7" & >= "2.0"} 12 + "ezjs_min" {>= "0.2"} 13 + "js_of_ocaml" {>= "6.0.0"} 14 + "odoc" {with-doc} 15 + ] 16 + depopts: ["lwt"] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/ocamlpro/ezjs_extension.git" 32 + url { 33 + src: 34 + "https://github.com/ocamlpro/ezjs_extension/archive/refs/tags/0.2.tar.gz" 35 + checksum: [ 36 + "md5=656df77dabbefd03a5646cf72953b29c" 37 + "sha512=f1e0f92683eb1605bb32ba2791ef046fd2312357f19fcc44ae06544708b789f2398666cf0adb1848e89c8f0a6f17615ac8437477cd7761f9cff5cff9969bb54d" 38 + ] 39 + }