My own corner of monopam
2
fork

Configure Feed

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

at main 90 lines 1.4 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Monorepo root package with external dependencies" 4maintainer: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 5authors: ["Thomas Gazagnaire <thomas@gazagnaire.org>"] 6depends: [ 7 "alcobar" 8 "alcotest" 9 "asn1-combinators" 10 "astring" 11 "base64" 12 "bheap" 13 "bigstringaf" 14 "bitv" 15 "bos" 16 "brr" 17 "bytesrw" 18 "checkseum" 19 "cmarkit" 20 "cmdliner" 21 "conf-gmp-powm-sec" 22 "conf-zlib" 23 "conf-zstd" 24 "cstruct" 25 "decompress" 26 "digestif" 27 "dns" 28 "domain-name" 29 "dune" {>= "3.21"} 30 "dune-build-info" 31 "dune-configurator" 32 "eio" 33 "eio_main" 34 "eio_posix" 35 "eqaf" 36 "fmt" 37 "fpath" 38 "gmap" 39 "helix" 40 "ipaddr" 41 "lambdasoup" 42 "logs" 43 "macaddr" 44 "magic-mime" 45 "mdx" 46 "menhir" 47 "menhirLib" 48 "merlin-lib" 49 "mtime" 50 "multibase" 51 "ocaml" 52 "odoc" 53 "ohex" 54 "opam-file-format" 55 "optint" 56 "ounit2" 57 "progress" 58 "ptime" 59 "randomconv" 60 "re" 61 "sedlex" 62 "signal" 63 "terminal" 64 "tw" 65 "uri" 66 "uucp" 67 "uuidm" 68 "uunf" 69 "uutf" 70 "wire" 71 "zarith" 72] 73build: [ 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] 87x-maintenance-intent: ["(latest)"] 88pin-depends: [ 89 ["helix.dev" "git+https://github.com/odis-labs/helix.git#34c387c488bea28197f8c7d2db1a813d31c5d8f6"] 90]