this repo has no description
0
fork

Configure Feed

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

Merge pull request #21180 from maxtori/opam-publish-ezjs_min.0.3.0

Package ezjs_min.0.3.0

authored by

Kate and committed by
GitHub
0399a0ca 9190e670

+42
+42
packages/ezjs_min/ezjs_min.0.3.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A bunch of js_of_ocaml shortcuts" 4 + description: "A bunch of js_of_ocaml shortcuts" 5 + maintainer: ["OCamlPro <contact@ocamlpro.com>"] 6 + authors: ["OCamlPro <contact@ocamlpro.com>"] 7 + license: "LGPL-2.1" 8 + homepage: "https://github.com/ocamlpro/ezjs_min" 9 + bug-reports: "https://github.com/ocamlpro/ezjs_min/issues" 10 + depends: [ 11 + "dune" {>= "2.8"} 12 + "ocaml" {>= "4.08"} 13 + "js_of_ocaml-ppx" {>= "4.0.0"} 14 + "stdlib-shims" {>= "0.1"} 15 + "odoc" {with-doc} 16 + ] 17 + depopts: ["lwt"] 18 + conflicts: [ 19 + "lwt" {< "4.0.0"} 20 + ] 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/ocamlpro/ezjs_min.git" 36 + url { 37 + src: "https://github.com/ocamlpro/ezjs_min/archive/0.3.0.tar.gz" 38 + checksum: [ 39 + "md5=6475db585f4df50c079798ed0f028d87" 40 + "sha512=10f851f60a169ae20898a286256b911faa83705a3a92f3aaa65fb0a5cb093710dbbc22d86140b03501f7e307dc4fbea0fced7448bc88c4e526b7e35ae4c474ec" 41 + ] 42 + }