this repo has no description
1opam-version: "2.0"
2maintainer: "hugo.heuzard@gmail.com"
3authors: [ "Hugo Heuzard" ]
4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
5homepage: "https://github.com/hhugo/joolog"
6build: [
7 ["oasis" "setup"]
8 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
9 ["ocaml" "setup.ml" "-build"]
10 ["ocaml" "setup.ml" "-doc"] {with-doc}
11]
12remove: [
13 ["ocamlfind" "remove" "joolog"]
14]
15depends: [
16 "ocaml"
17 "js_of_ocaml"
18 "lwt"
19 "react"
20 "oasis"
21 "ocamlfind"
22 "camlp4"
23 "ocamlbuild" {build}
24]
25conflicts: [
26 "lwt" {< "2.4.4"}
27 "lwt" {>= "2.4.5"}
28 "react" {>= "1.0.0"}
29]
30dev-repo: "git+https://github.com/hhugo/jsoolog"
31install: ["ocaml" "setup.ml" "-install"]
32synopsis: "Logger for js_of_ocaml"
33description: """
34Joolog (Js_of_ocaml logger) is a library managing Lwt logger for
35application running in the browser."""
36flags: light-uninstall
37url {
38 src: "https://github.com/hhugo/jsoolog/archive/0.4.tar.gz"
39 checksum: [
40 "sha256=b28a346c9cc653c9858ef67575db1d1e91ac9116e73f11472eddb662bb7ec537"
41 "md5=6c9b2af04be5a08cb6f86d26f0209f1c"
42 ]
43}
44extra-source "joolog.install" {
45 src:
46 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/joolog/joolog.install"
47 checksum: [
48 "sha256=4f60312a63c6a1dd113c7a078c5c5da6f120b77291aa09f97d84f6da65574466"
49 "md5=79a2ee1bdceae6a3510e67896edc741e"
50 ]
51}