My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

Add js_top_worker

+11 -12
+5 -12
root.opam
··· 2 2 opam-version: "2.0" 3 3 synopsis: "Monorepo root package with external dependencies" 4 4 depends: [ 5 - "dune" {>= "3.20"} 6 5 "ISO3166" 7 6 "alcotest" 8 7 "astring" 9 - "base-threads" 10 - "base-unix" 11 8 "base64" 12 9 "bigstringaf" 13 10 "bisect_ppx" ··· 16 13 "bytesrw" 17 14 "ca-certs" 18 15 "camlp-streams" 19 - "cinaps" 20 16 "cmarkit" 21 17 "cmdliner" 22 18 "conf-jq" 23 19 "cppo" 24 20 "crowbar" 25 21 "crunch" 26 - "csexp" 27 22 "cstruct" 28 - "ctypes" 29 23 "decompress" 30 24 "digestif" 31 25 "domain-name" 26 + "dune" {>= "3.20"} 27 + "dune-site" 32 28 "eio" 33 29 "eio_main" 34 30 "eqaf" ··· 46 42 "lwt" 47 43 "magic-mime" 48 44 "mdx" 49 - "melange" 50 45 "menhir" 51 46 "mirage-crypto" 52 47 "mirage-crypto-ec" ··· 58 53 "odig" 59 54 "opam-file-format" 60 55 "opam-format" 56 + "openapi" 61 57 "optint" 62 - "pp" 58 + "parsexp" 63 59 "ppx_blob" 64 60 "ppx_expect" 65 - "ppx_inline_test" 66 61 "ppx_sexp_conv" 67 - "ppxlib" 68 62 "progress" 69 63 "ptime" 70 64 "re" 71 65 "result" 72 66 "sexplib" 73 67 "sexplib0" 74 - "spawn" 75 68 "spdx_licenses" 76 69 "tls" 77 70 "tls-eio" 78 71 "tyxml" 79 72 "uri" 80 - "utop" 81 73 "uunf" 82 74 "uutf" 83 75 "uuuu" 84 76 "wasm_of_ocaml-compiler" 85 77 "x509" 78 + "xdg" 86 79 "xmlm" 87 80 "yojson" 88 81 "zarith"
+6
sources.toml
··· 1 1 default_url_base = "git+https://tangled.org/jon.recoil.org" 2 2 3 + [js_top_worker] 4 + url = "git+https://github.com/jonnyfiveisonline/js_top_worker.git" 5 + upstream = "git+https://github.com/jonludlam/js_top_worker.git" 6 + branch = "enhancements" 7 + origin = "join" 8 + 3 9 [odoc] 4 10 url = "git+https://github.com/jonludlam/odoc.git" 5 11 upstream = "git+https://github.com/ocaml/odoc.git"