An overlay for monopampam
0
fork

Configure Feed

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

Sync opam files from monorepo (updated 1 packages)

+95
+95
packages/root/root.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Monorepo root package with external dependencies" 3 + maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 4 + authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5 + depends: [ 6 + "alcobar" 7 + "alcotest" 8 + "asn1-combinators" 9 + "astring" 10 + "base64" 11 + "bheap" 12 + "bigstringaf" 13 + "bitv" 14 + "bos" 15 + "brr" 16 + "bytesrw" 17 + "checkseum" 18 + "cmarkit" 19 + "cmdliner" 20 + "conf-gmp-powm-sec" 21 + "conf-zlib" 22 + "conf-zstd" 23 + "cstruct" 24 + "decompress" 25 + "digestif" 26 + "dns" 27 + "domain-name" 28 + "dune" {>= "3.21"} 29 + "dune-build-info" 30 + "dune-configurator" 31 + "eio" 32 + "eio_main" 33 + "eio_posix" 34 + "eqaf" 35 + "fmt" 36 + "fpath" 37 + "gmap" 38 + "helix" 39 + "ipaddr" 40 + "lambdasoup" 41 + "logs" 42 + "macaddr" 43 + "magic-mime" 44 + "mdx" 45 + "menhir" 46 + "menhirLib" 47 + "merlin-lib" 48 + "mtime" 49 + "multibase" 50 + "ocaml" 51 + "odoc" 52 + "ohex" 53 + "opam-file-format" 54 + "optint" 55 + "ounit2" 56 + "progress" 57 + "ptime" 58 + "randomconv" 59 + "re" 60 + "sedlex" 61 + "signal" 62 + "terminal" 63 + "tw" 64 + "uri" 65 + "uucp" 66 + "uuidm" 67 + "uunf" 68 + "uutf" 69 + "wire" 70 + "nox-xdg" 71 + "zarith" 72 + ] 73 + build: [ 74 + ["dune" "subst"] {dev} 75 + [ 76 + "dune" 77 + "build" 78 + "-p" 79 + name 80 + "-j" 81 + jobs 82 + "@install" 83 + "@runtest" {with-test} 84 + "@doc" {with-doc} 85 + ] 86 + ] 87 + x-maintenance-intent: ["(latest)"] 88 + pin-depends: [ 89 + ["helix.dev" "git+https://github.com/odis-labs/helix.git#34c387c488bea28197f8c7d2db1a813d31c5d8f6"] 90 + ] 91 + 92 + dev-repo: "git+https://tangled.org/gazagnaire.org/mono" 93 + url { 94 + src: "git+https://tangled.org/gazagnaire.org/mono#main" 95 + }