package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.24.0.tbz
sha256=501f73727a939aa954dc0537e37792a1ba189e61719c81dc367e2594fe016034
sha512=cd0a366d38ffb65f45c4c92059713190bdd7359c94f0da9c75c08e3acbd505d3852b881b0be1fc060ca2ce70e9425c1447d62560de0cf768b7ec6f9370fa3491

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Added to opam-repository:

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.14.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dev Dependencies (19)

  1. conf-git-daemon with-test
  2. uutf with-dev-setup
  3. melange with-dev-setup & >= "5.1.0-51" & os != "win32"
  4. utop with-dev-setup & >= "2.6.0" & os != "win32"
  5. ctypes with-dev-setup & os != "win32"
  6. ppxlib with-dev-setup & >= "0.37.0" & os != "win32"
  7. ppx_inline_test with-dev-setup & os != "win32"
  8. spawn with-dev-setup
  9. ppx_optcomp with-dev-setup
  10. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  11. odoc with-dev-setup & >= "3.2.0" & os != "win32"
  12. ocamlfind with-dev-setup & os != "win32"
  13. menhir with-dev-setup & os != "win32"
  14. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  15. js_of_ocaml-compiler with-dev-setup & >= "6.1.0" & os != "win32"
  16. js_of_ocaml with-dev-setup & >= "6.1.0" & os != "win32"
  17. csexp with-dev-setup & >= "1.3.0"
  18. cinaps with-dev-setup
  19. lwt with-dev-setup & os != "win32"

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. abella >= "2.0.8"
  7. absolute
  8. abstract_algebra
  9. accessor
  10. accessor_async
  11. accessor_base
  12. accessor_core
  13. acgtk
  14. aches
  15. aches-lwt
  16. acp4
  17. acpc >= "2.0.0"
  18. activitypub
  19. activitypub_client
  20. activitypub_gui
  21. activitypub_server
  22. activitypub_server_gui
  23. adelfa
  24. adobe_font_metrics
  25. advi
  26. afl-persistent >= "1.4"
  27. agrid
  28. ahrocksdb
  29. ai-sdk-react
  30. aifad >= "2.2.1"
  31. alba >= "0.4.1"
  32. albatross
  33. alcobar
  34. alcotest
  35. alcotest-async
  36. alcotest-js
  37. alcotest-lwt
  38. alcotest-mirage
  39. alg_structs
  40. alg_structs_qcheck
  41. algaeff
  42. alice
  43. allegro5
  44. alonzo
  45. alsa >= "0.3.0"
  46. alt-ergo >= "2.3.0"
  47. alt-ergo-free >= "2.4.3"
  48. alt-ergo-lib >= "2.4.2"
  49. alt-ergo-parsers
  50. alt-ergo-plugin-ab-why3
  51. altgr-ergo >= "2.3.0"
  52. ambient-context
  53. ambient-context-eio
  54. ambient-context-lwt
  55. amqp-client >= "2.0.3"
  56. amqp-client-async
  57. amqp-client-lwt
  58. ancient >= "0.10.0"
  59. anders
  60. angstrom >= "0.11.1"
  61. angstrom-async >= "0.11.1"
  62. angstrom-lwt-unix >= "0.11.1"
  63. angstrom-unix >= "0.11.1"
  64. ansi
  65. ansi-parse
  66. ansifmt
  67. anthill
  68. anthropic
  69. antic != "0.3.1"
  70. ao >= "0.2.2"
  71. api-watch
  72. apronext
  73. arb != "0.3.1"
  74. arc
  75. archetype < "1.0.0" | >= "1.2.1"
  76. archi
  77. archi-async
  78. archi-lwt
  79. arg-complete
  80. argon2
  81. argsh
  82. arp
  83. arrakis
  84. arrayjit
  85. art
  86. asai
  87. asak
  88. ascend
  89. ask
  90. ask-integrator
  91. asli >= "0.2.0"
  92. aslref
  93. asn1-combinators >= "0.2.5"
  94. ast_generic
  95. async
  96. async-uri
  97. async_durable
  98. async_extra
  99. async_find
  100. async_graphics
  101. async_inotify
  102. async_interactive
  103. async_js
  104. async_kernel
  105. async_log
  106. async_rpc_kernel
  107. async_rpc_websocket
  108. async_sendfile
  109. async_shell
  110. async_smtp
  111. async_ssl
  112. async_udp
  113. async_unix
  114. async_websocket
  115. atable
  116. atacama
  117. atd >= "2.2.1"
  118. atd-jsonlike
  119. atd-yamlx
  120. atdcpp
  121. atdd
  122. atdgen >= "2.2.1"
  123. atdgen-codec-runtime
  124. atdgen-runtime >= "2.2.1"
  125. atdj >= "2.2.1"
  126. atdml
  127. atdpy
  128. atds
  129. atdts
  130. atomic < "base"
  131. autofonce
  132. autofonce_config
  133. autofonce_core
  134. autofonce_lib
  135. autofonce_m4
  136. autofonce_misc
  137. autofonce_patch
  138. autofonce_share
  139. avro
  140. avro-compiler
  141. avro-simple
  142. awa
  143. awa-mirage
  144. aws >= "1.2"
  145. aws-async
  146. aws-autoscaling >= "1.2"
  147. aws-cloudformation >= "1.2"
  148. aws-cloudtrail >= "1.2"
  149. aws-cloudwatch
  150. aws-config
  151. aws-ec2 >= "1.2"
  152. aws-elasticache
  153. aws-elasticloadbalancing >= "1.2"
  154. aws-lwt
  155. aws-rds
  156. aws-route53
  157. aws-s3
  158. aws-s3-async
  159. aws-s3-lwt
  160. aws-sdb >= "1.2"
  161. aws-sqs
  162. aws-ssm >= "1.2"
  163. aws-sts >= "1.2"
  164. awskit
  165. awskit-eio
  166. awskit-lwt
  167. awskit-lwt-unix
  168. awskit-s3
  169. awskit-s3-eio
  170. awskit-s3-lwt
  171. awskit-s3-lwt-unix
  172. awskit-s3-sim
  173. awskit-unix
  174. awsm
  175. awsm-async
  176. awsm-codegen
  177. awsm-lwt
  178. awso
  179. awso-async
  180. awso-cli
  181. awso-common
  182. awso-eio
  183. awso-lwt
  184. awso-sync
  185. azblob
  186. azblob-async
  187. azure-cosmos-db
  188. azure-cosmos-db-eio
  189. azure-cosmos-db-lwt
  190. babel
  191. baby
  192. backoff
  193. bag
  194. baguette_sharp >= "2.2.1-1"
  195. bam
  196. bam-ppx
  197. bancos
  198. bank
  199. bare_encoding
  200. bark
  201. base
  202. base32
  203. base64 >= "2.3.0"
  204. base_bigstring
  205. base_quickcheck
  206. base_trie
  207. bastet
  208. bastet_async
  209. bastet_lwt
  210. batch_jaro_winkler
  211. batsat
  212. batteries >= "3.7.1"
  213. bcfg
  214. bcfgt
  215. bdd >= "0.5"
  216. bddrand
  217. bech32
  218. bechamel
  219. bechamel-js
  220. bechamel-notty
  221. bechamel-perf
  222. beluga >= "1.0"
  223. benchmark >= "1.6"
  224. bencode >= "2.0"
  225. bentov
  226. bestline
  227. bheap >= "2.0.0"
  228. bibfmt
  229. bidirectional_map
  230. bigarray-compat
  231. bigarray-overlap
  232. bigdecimal
  233. bignum
  234. bigstring >= "0.3"
  235. bigstring-unix
  236. bigstringaf >= "0.5.0"
  237. bimage
  238. bimage-display
  239. bimage-gtk
  240. bimage-io
  241. bimage-lwt
  242. bimage-sdl
  243. bimage-unix
  244. bimap
  245. bin
  246. bin_prot
  247. bin_tree
  248. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  249. binaryen_dsl
  250. bindlib >= "6.0.0"
  251. biniou >= "1.2.1"
  252. binning
  253. binsec
  254. binsec_codex
  255. bio_io
  256. biocaml
  257. biotk
  258. bisect_ppx >= "1.4.0"
  259. bistro
  260. bistro-bio
  261. bitcoin >= "3.0"
  262. bitcoin-cohttp-async
  263. bitcoin-cohttp-lwt
  264. bitcoin-ocurl
  265. bitcoinml
  266. bitgenerators
  267. bitlib
  268. bitmasks
  269. bitpack_serializer
  270. bitstring >= "3.1.1"
  271. bitv >= "1.4"
  272. bitwuzla
  273. bitwuzla-bin < "1.0.0"
  274. bitwuzla-c
  275. bitwuzla-cxx
  276. bizowie-api
  277. bjack >= "0.1.6"
  278. blake3
  279. bloomf
  280. bls12-381 < "18.0" | >= "19.0"
  281. bls12-381-gen
  282. bls12-381-hash
  283. bls12-381-js
  284. bls12-381-js-gen
  285. bls12-381-legacy
  286. bls12-381-signature
  287. bls12-381-unix
  288. blurhash
  289. bm25
  290. bnfgen
  291. bogue
  292. bogue-tutorials
  293. boltzgen
  294. bonsai < "v0.16.0"
  295. boulangerie
  296. box
  297. brisk-reconciler
  298. brot
  299. brr-lwd
  300. bst >= "7.0.1"
  301. bstr
  302. buffer-pool
  303. build_path_prefix_map >= "0.3"
  304. builder
  305. builder-web
  306. bun >= "0.3.4"
  307. bwd
  308. bwrap
  309. bytearray
  310. bytebuffer
  311. bytepdf
  312. bytestring
  313. bz2
  314. CamelCase
  315. CamlSurf-wayland
  316. CamlSurf-x11
  317. ca-certs
  318. ca-certs-nss
  319. cabal
  320. cachet
  321. cachet-lwt
  322. cachet-solo5
  323. cactus
  324. cairn
  325. cairo2 >= "0.6"
  326. cairo2-gtk
  327. cairo2-pango
  328. caisar
  329. caisar-ir
  330. caisar-nnet
  331. caisar-onnx
  332. caisar-ovo
  333. caisar-xgboost
  334. calcium != "0.3.1"
  335. calculon
  336. calculon-web
  337. caldav
  338. calendar >= "3.0.0"
  339. calendars
  340. calipso
  341. calli
  342. callipyge >= "0.2"
  343. camelot
  344. camels
  345. camelsnakekebab
  346. camldiets
  347. camlid
  348. camlimages >= "5.0.2"
  349. camlix
  350. camlkit
  351. camlkit-base
  352. camlkit-gui
  353. camlon >= "3.1.0"
  354. camlp-streams
  355. camlrack
  356. camltc >= "0.9.8"
  357. camyll
  358. canary
  359. capitalization
  360. capnp >= "3.5.0"
  361. capnp-rpc
  362. capnp-rpc-lwt
  363. capnp-rpc-net
  364. capnp-rpc-unix
  365. caqti >= "1.0.0"
  366. caqti-async
  367. caqti-driver-mariadb
  368. caqti-driver-pgx
  369. caqti-driver-postgresql >= "1.0.0"
  370. caqti-driver-sqlite3 >= "1.0.0"
  371. caqti-dynload >= "1.0.0"
  372. caqti-eio
  373. caqti-lwt >= "1.0.0"
  374. caqti-miou
  375. caqti-mirage
  376. caqti-tls
  377. caqti-type-calendar >= "1.0.0"
  378. carbon
  379. carray
  380. carton
  381. carton-git
  382. carton-git-lwt
  383. carton-lwt
  384. carton-miou
  385. carton-miou-unix
  386. cascade
  387. castore
  388. catala
  389. catala-format >= "0.2.0"
  390. catala-lsp
  391. catapult
  392. catapult-client
  393. catapult-daemon
  394. catapult-file
  395. catapult-sqlite
  396. catt
  397. cattery
  398. cb-check
  399. cbor >= "0.3"
  400. cborl
  401. ccbg
  402. cconv >= "0.5"
  403. cdb
  404. cdrom >= "0.9.4"
  405. ceph
  406. certify >= "0.3.0"
  407. cf
  408. cf-lwt
  409. cf_workers
  410. cfg >= "2.2.0"
  411. cfml
  412. cfstream
  413. chacha
  414. chamelon >= "0.2.1"
  415. chamelon-unix
  416. chamo
  417. charInfo_width
  418. charrua
  419. charrua-client
  420. charrua-server
  421. charrua-unix
  422. charset
  423. chartjs
  424. chartjs-annotation
  425. chartjs-colorschemes
  426. chartjs-datalabels
  427. chartjs-streaming
  428. chase
  429. chatoyant
  430. checked_oint
  431. checkseum = "0.0.3" | >= "0.2.1"
  432. chess_com_api
  433. choice >= "0.4"
  434. chrome-trace
  435. ciao_lwt
  436. cid
  437. cinaps >= "v0.12.0"
  438. clangml >= "4.0.1"
  439. clangml-transforms
  440. clap >= "0.2.0"
  441. clarity-lang
  442. class_group_vdf
  443. claudius
  444. clim
  445. clim-ppx
  446. climate
  447. cll
  448. clp_operations
  449. clz
  450. cmarker
  451. cmdlang
  452. cmdlang-cmdliner-err-runner
  453. cmdlang-stdlib-runner
  454. cmdlang-to-base
  455. cmdlang-to-climate
  456. cmdlang-to-cmdliner
  457. cmdliner-stdlib
  458. cmon
  459. coap
  460. coap-core
  461. coap-server-lwt
  462. cobs
  463. codept != "0.11.1"
  464. codept-lib
  465. codex
  466. codicons
  467. cohttp >= "1.1.1"
  468. cohttp-async
  469. cohttp-bench
  470. cohttp-curl
  471. cohttp-curl-async
  472. cohttp-curl-lwt
  473. cohttp-eio
  474. cohttp-lwt
  475. cohttp-lwt-jsoo
  476. cohttp-lwt-unix
  477. cohttp-lwt-unix-bin
  478. cohttp-mirage
  479. cohttp-server-lwt-unix
  480. cohttp-top
  481. cohttp_async_websocket
  482. cohttp_static_handler
  483. coin >= "0.1.1"
  484. colibri2
  485. colombe
  486. color >= "0.2.0"
  487. color-brewery
  488. colors
  489. combic
  490. combinaml
  491. combinat
  492. comby >= "1.4.0"
  493. comby-kernel
  494. comby-semantic
  495. command_rpc
  496. compsort
  497. conan
  498. conan-cli
  499. conan-database
  500. conan-lwt
  501. conan-unix
  502. conduit
  503. conduit-async
  504. conduit-lwt
  505. conduit-lwt-unix
  506. conduit-mirage
  507. conex >= "0.10.0"
  508. conex-mirage-crypto
  509. confero
  510. config
  511. config-file >= "1.2.1"
  512. conformist
  513. containers
  514. containers-data
  515. containers-thread
  516. content_security_policy
  517. contract
  518. cookie
  519. cookies
  520. coq >= "8.17.0" & < "9.0.0"
  521. coq-catt-plugin
  522. coq-core >= "9.0.0"
  523. coq-lsp
  524. coq-of-ocaml
  525. coq-serapi
  526. coq-stdlib < "9.0.0"
  527. coq-waterproof
  528. coqide >= "8.14.0"
  529. coqide-server
  530. core
  531. core-and-more
  532. core_bench
  533. core_compat
  534. core_extended
  535. core_kernel
  536. core_profiler
  537. core_unix
  538. corosync
  539. cosovo
  540. cow >= "2.4.0"
  541. cowabloga >= "0.5.0"
  542. cpm >= "12.1.2"
  543. cppo >= "1.6.6"
  544. cppo_ocamlbuild >= "1.6.6"
  545. cps_toolbox
  546. cpu
  547. cpuid >= "0.1.2"
  548. crc >= "2.1.0"
  549. crlibm >= "0.3"
  550. crockford
  551. crontab
  552. crowbar >= "0.2"
  553. crs
  554. crunch
  555. cry >= "0.6.5"
  556. crypt >= "2.0"
  557. cryptokit >= "1.16.1"
  558. csexp
  559. csexp-query
  560. css
  561. css-parser
  562. cstruct
  563. cstruct-async
  564. cstruct-lwt
  565. cstruct-sexp
  566. cstruct-unix
  567. csv >= "2.2"
  568. csv-lwt >= "2.1"
  569. csvfields
  570. csvtool
  571. ctoxml
  572. ctypes >= "0.21.1"
  573. ctypes-foreign >= "0.21.1"
  574. ctypes-zarith
  575. ctypes_stubs_js
  576. cucumber
  577. cudajit
  578. cudd
  579. cudf >= "0.10"
  580. cue_sheet_maker
  581. cuid >= "0.2"
  582. cumulus
  583. cure2
  584. curl
  585. curl_lwt
  586. curly >= "0.2.0"
  587. current
  588. current-albatross-deployer
  589. current-web-pipelines
  590. current_ansi
  591. current_docker
  592. current_examples
  593. current_git
  594. current_github
  595. current_gitlab
  596. current_incr
  597. current_ocluster
  598. current_rpc
  599. current_slack
  600. current_ssh
  601. current_web
  602. curses >= "1.0.9"
  603. curve-sampling
  604. cvc5
  605. cviode
  606. DkZero_Base
  607. DkZero_Exec
  608. DkZero_RuntimeC
  609. daft >= "0.0.4"
  610. dap
  611. data-encoding
  612. dataframe
  613. datakit-server >= "0.12.2"
  614. datakit-server-9p >= "0.12.2"
  615. datalog >= "0.6"
  616. dates_calc
  617. daypack-lib
  618. dbase4
  619. dbf != "0.1.1"
  620. dblp
  621. dblp-api
  622. dead_code_analyzer
  623. debian-formats >= "0.1.2"
  624. decimal
  625. decoders >= "0.1.2"
  626. decoders-bencode
  627. decoders-cbor
  628. decoders-ezjsonm >= "0.1.2"
  629. decoders-ezxmlm
  630. decoders-jsonaf
  631. decoders-jsonm
  632. decoders-msgpck
  633. decoders-sexplib
  634. decoders-yojson >= "0.1.2"
  635. decompress >= "0.8.1"
  636. dedent
  637. dedukti >= "2.7"
  638. deepseek
  639. delimcc_of_fxhandler
  640. delimited_parsing
  641. depyt
  642. devkit >= "1.0"
  643. diet
  644. diff
  645. diffable
  646. diffast
  647. diffast-api
  648. diffast-cli
  649. diffast-core
  650. diffast-etc
  651. diffast-git
  652. diffast-git-cli
  653. diffast-langs-common
  654. diffast-langs-cpp
  655. diffast-langs-cpp-parsing
  656. diffast-langs-cpp-parsing-cli
  657. diffast-langs-cpp-spec
  658. diffast-langs-fortran
  659. diffast-langs-fortran-parsing
  660. diffast-langs-fortran-parsing-cli
  661. diffast-langs-fortran-spec
  662. diffast-langs-java
  663. diffast-langs-java-parsing
  664. diffast-langs-java-parsing-cli
  665. diffast-langs-java-spec
  666. diffast-langs-python
  667. diffast-langs-python-parsing
  668. diffast-langs-python-parsing-cli
  669. diffast-langs-python-spec
  670. diffast-langs-verilog
  671. diffast-langs-verilog-parsing
  672. diffast-langs-verilog-parsing-cli
  673. diffast-langs-verilog-spec
  674. diffast-misc
  675. digestif >= "0.9.0"
  676. directories
  677. dirsift
  678. diskuvbox
  679. disml
  680. dispatch >= "0.4.1"
  681. dispatch-js
  682. distributed >= "0.6.0"
  683. distributed-lwt >= "0.2.0"
  684. distributed-uwt >= "0.2.0"
  685. dkim
  686. dkim-bin
  687. dkim-lwt-unix
  688. dkim-mirage
  689. dkml-c-probe
  690. dkml-dune-dsl
  691. dkml-dune-dsl-show
  692. dkml-install
  693. dkml-install-installer
  694. dkml-install-runner
  695. dkml-runtime-common >= "2.0.3"
  696. dkml-runtime-distribution
  697. dkml-workflows
  698. dlm >= "0.3.1"
  699. dmap
  700. dmarc
  701. dns
  702. dns-certify
  703. dns-cli
  704. dns-client
  705. dns-client-lwt
  706. dns-client-miou-unix
  707. dns-client-mirage
  708. dns-lwt
  709. dns-mirage
  710. dns-resolver
  711. dns-server
  712. dns-stub
  713. dns-tsig
  714. dnsrobot
  715. dnssec
  716. docfd
  717. docker-api >= "0.2"
  718. docker_hub
  719. dockerfile
  720. dockerfile-cmd
  721. dockerfile-opam >= "8.2.7"
  722. docteur
  723. docteur-solo5
  724. docteur-unix
  725. doctor
  726. doculib
  727. doi2bib
  728. dokeysto >= "3.0.2"
  729. dokeysto_camltc >= "3.0.2"
  730. dokeysto_lz4 >= "3.0.2"
  731. dolmen >= "0.4.1"
  732. dolmen_bin
  733. dolmen_loop
  734. dolmen_lsp
  735. dolmen_model
  736. dolmen_type
  737. dolog >= "4.0.0"
  738. domain-local-await
  739. domain-local-timeout
  740. domain-name
  741. domain_shims
  742. domainpc
  743. domainslib
  744. dose3 >= "6.1"
  745. dose3-extra
  746. dot-merlin-reader
  747. dotenv
  748. dream
  749. dream-accept
  750. dream-cli
  751. dream-encoding
  752. dream-html
  753. dream-htmx
  754. dream-httpaf
  755. dream-inertia
  756. dream-livereload
  757. dream-pure
  758. dream-serve
  759. dream_middleware_ext
  760. drom >= "0.3.0"
  761. drom_lib >= "0.3.0"
  762. drom_toml
  763. dropbox
  764. dropbox_lwt_unix
  765. dscheck
  766. dssi >= "0.1.3"
  767. dtc-pb
  768. dtoa >= "0.3.2"
  769. dtools
  770. dual
  771. duff >= "0.2"
  772. dum >= "1.0.3"
  773. dump_ocamlformat
  774. dune-action-plugin
  775. dune-action-trace
  776. dune-ai-context
  777. dune-build-info
  778. dune-cargo-build
  779. dune-compiledb
  780. dune-configurator >= "2.5.1"
  781. dune-deps
  782. dune-expand
  783. dune-glob
  784. dune-private-libs
  785. dune-release >= "1.0.0" & != "2.0.0"
  786. dune-rpc
  787. dune-rpc-eio
  788. dune-rpc-lwt
  789. dune-site
  790. dune_deps_extra
  791. dunolint
  792. dunolint-lib
  793. dunolint-lib-base
  794. duppy
  795. duras
  796. duration
  797. dyn
  798. dynamic_gc
  799. dypgen
  800. earley >= "3.0.0"
  801. earlybird
  802. ease-caml
  803. easy-format >= "1.3.2"
  804. easy_logging
  805. easy_logging_yojson
  806. ecaml
  807. echo
  808. ecma-regex
  809. edn
  810. ego
  811. eigen >= "0.1.0"
  812. eio
  813. eio-ssl
  814. eio-trace
  815. eio_linux
  816. eio_main
  817. eio_posix
  818. eio_windows
  819. either
  820. elasticsearch-cli >= "0.5"
  821. electrod
  822. eliom >= "10.1.2"
  823. elm_core
  824. elm_playground
  825. elm_playground_native
  826. elm_playground_web
  827. elm_system
  828. elpi
  829. email_message
  830. embedded_ocaml_templates
  831. emile >= "0.4"
  832. emoji >= "2.0.0"
  833. encore >= "0.4"
  834. env_config
  835. ephemeral
  836. epictetus
  837. eqaf >= "0.2"
  838. eqaf-cstruct
  839. equinoxe
  840. equinoxe-cohttp
  841. equinoxe-hlc
  842. erlang
  843. errpy
  844. erssical
  845. esa
  846. esgg
  847. esperanto-cosmopolitan >= "0.0.5"
  848. ethernet
  849. euler
  850. exenum >= "0.86"
  851. exit
  852. expect >= "0.1.0"
  853. expect_test_helpers
  854. expect_test_helpers_async
  855. expect_test_helpers_core
  856. expect_test_helpers_kernel
  857. expr
  858. extism
  859. extism-manifest
  860. extlib >= "1.7.9"
  861. extunix >= "0.3.1"
  862. ez_api
  863. ez_cmdliner >= "0.2.0"
  864. ez_config >= "0.2.0"
  865. ez_dune_describe
  866. ez_file >= "0.3.0"
  867. ez_hash
  868. ez_pgocaml
  869. ez_search
  870. ez_subst
  871. ezcurl
  872. ezcurl-lwt
  873. ezdl
  874. ezgzip >= "0.2.3"
  875. ezjs_ace
  876. ezjs_blockies
  877. ezjs_cleave
  878. ezjs_crypto
  879. ezjs_cytoscape
  880. ezjs_d3pie
  881. ezjs_extension
  882. ezjs_fetch
  883. ezjs_idb
  884. ezjs_jquery
  885. ezjs_min
  886. ezjs_odometer
  887. ezjs_push
  888. ezjs_qrcode
  889. ezjs_recaptcha
  890. ezjs_timeline
  891. ezjsonm >= "1.0.0"
  892. ezjsonm-encoding
  893. ezjsonm-lwt
  894. ezlua
  895. ezresto
  896. ezresto-directory
  897. ezsqlite >= "0.4.2"
  898. ezxmlm >= "1.1.0"
  899. FPauth
  900. FPauth-core
  901. FPauth-responses
  902. FPauth-strategies
  903. FrontC >= "4.0.0"
  904. faad >= "0.5.0"
  905. facteur
  906. fadbadml >= "0.1.2"
  907. fadecider
  908. faraday >= "0.7.1"
  909. faraday-async >= "0.7.1"
  910. faraday-lwt >= "0.7.1"
  911. faraday-lwt-unix >= "0.7.1"
  912. farmhash >= "0.4"
  913. fasmifra
  914. fast_bitvector
  915. fat-filesystem >= "0.13.0"
  916. fd-send-recv >= "2.0.1"
  917. fdkaac >= "0.3.2"
  918. feat
  919. feat-core
  920. feat-num
  921. feather
  922. feather_async
  923. fehu
  924. ff
  925. ff-bench
  926. ff-pbt
  927. ff-sig
  928. ffmpeg >= "1.0.0~beta1"
  929. ffmpeg-av
  930. ffmpeg-avcodec
  931. ffmpeg-avdevice
  932. ffmpeg-avfilter
  933. ffmpeg-avutil
  934. ffmpeg-swresample
  935. ffmpeg-swscale
  936. fftw3
  937. fiat-p256
  938. fiber
  939. fiber-lwt
  940. fieldslib >= "v0.13.0"
  941. file-rewriter
  942. file_path
  943. fileutils >= "0.6.1"
  944. finch
  945. fit
  946. fix >= "20181206"
  947. flac
  948. flatunionfind
  949. flex-array
  950. flint >= "0.3.2"
  951. float_option
  952. floatml
  953. flow_parser >= "0.229.1"
  954. flux
  955. fluxt
  956. fmlib
  957. fmlib_browser
  958. fmlib_js
  959. fmlib_parse
  960. fmlib_pretty
  961. fmlib_std
  962. fontforge-of-ocaml
  963. forcamla
  964. forester
  965. fpath-base
  966. fpath-sexp0
  967. frama-c >= "26.0~beta"
  968. frama-c-lannotate >= "0.2.3"
  969. frama-c-luncov >= "0.2.1"
  970. frama-c-metacsl >= "0.4"
  971. frama-clang
  972. frama_c_codex
  973. fred
  974. freetds >= "0.7"
  975. frei0r >= "0.1.2"
  976. frenetic
  977. fromager
  978. frontmatter_extractor
  979. fs-io
  980. fsevents
  981. fsevents-lwt
  982. fsml
  983. fstar >= "2025.02.17"
  984. fswatch
  985. fswatch_async
  986. fswatch_lwt
  987. fun-postgresql
  988. fun-sql
  989. fun-sqlite
  990. functoria
  991. functoria-runtime
  992. fungi
  993. fuse3
  994. fuseau
  995. fuseau-lwt
  996. fuzzy_compare
  997. fuzzy_match
  998. fzf
  999. GenArrayIter
  1000. GT
  1001. gapi-ocaml
  1002. gbddml
  1003. gccjit
  1004. gd >= "1.1"
  1005. gdbprofiler
  1006. gel
  1007. gemini
  1008. gen >= "0.5.3"
  1009. gen_js_api
  1010. gendarme
  1011. gendarme-csv
  1012. gendarme-ezjsonm
  1013. gendarme-json < "0.4.0"
  1014. gendarme-toml
  1015. gendarme-yaml
  1016. gendarme-yojson
  1017. genspio >= "0.0.3"
  1018. genspir >= "1.0.1"
  1019. geojson
  1020. geojsone
  1021. geoml
  1022. get_line >= "7.0.0"
  1023. getopt >= "20230213"
  1024. gettext >= "0.4.2"
  1025. gettext-camomile
  1026. gettext-stub
  1027. giflib
  1028. git
  1029. git-cohttp
  1030. git-cohttp-unix
  1031. git-http
  1032. git-kv
  1033. git-mirage
  1034. git-net
  1035. git-paf
  1036. git-split
  1037. git-unix
  1038. github >= "4.0.0"
  1039. github-data
  1040. github-hooks
  1041. github-hooks-unix >= "0.5.0"
  1042. github-jsoo >= "4.3.0"
  1043. github-unix >= "4.0.0"
  1044. gitlab
  1045. gitlab-jsoo
  1046. gitlab-unix
  1047. gitlab_pipeline_notifier
  1048. gl-legacy
  1049. gles3 >= "20260725"
  1050. gles3-stubs
  1051. gles3-wayland
  1052. gles3-x11
  1053. glfw-ocaml
  1054. globlon
  1055. gluon
  1056. gluten
  1057. gluten-async
  1058. gluten-eio
  1059. gluten-lwt
  1060. gluten-lwt-unix
  1061. gluten-mirage
  1062. gmap
  1063. gmp
  1064. gnuplot
  1065. gobba
  1066. gobject-introspection
  1067. goblint
  1068. goblint-cil >= "1.8.0"
  1069. google-drive-ocamlfuse
  1070. gopcaml-mode
  1071. gopcaml-mode-merlin
  1072. gospel
  1073. gotd
  1074. gperftools
  1075. gpiod
  1076. gpr
  1077. gpt
  1078. gptar
  1079. gr
  1080. grace
  1081. gradescope_submit
  1082. graft
  1083. grain_dypgen >= "0.2.1"
  1084. granary
  1085. granary_repl
  1086. graphics
  1087. graphql >= "0.8.0"
  1088. graphql-async >= "0.8.0"
  1089. graphql-cohttp >= "0.9.0"
  1090. graphql-lwt >= "0.8.0"
  1091. graphql_jsoo_client
  1092. graphql_parser >= "0.9.0"
  1093. graphql_ppx
  1094. graphv
  1095. graphv_core
  1096. graphv_core_lib
  1097. graphv_font
  1098. graphv_font_js
  1099. graphv_font_stb_truetype
  1100. graphv_gles2
  1101. graphv_gles2_native
  1102. graphv_gles2_native_impl
  1103. graphv_webgl
  1104. graphv_webgl_impl
  1105. gremlin
  1106. grenier
  1107. grid
  1108. grpc
  1109. grpc-async
  1110. grpc-bench
  1111. grpc-eio
  1112. grpc-examples
  1113. grpc-lwt
  1114. gsl >= "1.24.0"
  1115. gstreamer >= "0.3.1"
  1116. guardian
  1117. guile
  1118. h1
  1119. h1-lwt-unix
  1120. h1_parser
  1121. h2
  1122. h2-async
  1123. h2-eio
  1124. h2-lwt
  1125. h2-lwt-unix
  1126. h2-mirage
  1127. hachis
  1128. hack_parallel
  1129. hacl-star
  1130. hacl-star-raw >= "0.5.0"
  1131. hacl_func
  1132. hacl_x25519
  1133. handlebars-ml
  1134. happy-eyeballs
  1135. happy-eyeballs-lwt
  1136. happy-eyeballs-miou-unix
  1137. happy-eyeballs-mirage
  1138. hardcaml
  1139. hardcaml-lua
  1140. hardcaml_axi
  1141. hardcaml_c
  1142. hardcaml_circuits
  1143. hardcaml_event_driven_sim
  1144. hardcaml_fixed_point
  1145. hardcaml_handshake
  1146. hardcaml_of_verilog
  1147. hardcaml_step_testbench
  1148. hardcaml_verify
  1149. hardcaml_verilator
  1150. hardcaml_waveterm
  1151. hardcaml_xilinx
  1152. hardcaml_xilinx_components
  1153. hardcaml_xilinx_reports
  1154. hashcons >= "1.4.0"
  1155. hashset >= "1.0.1"
  1156. haxe >= "4.1.1"
  1157. hc
  1158. hdf5
  1159. hdr_histogram >= "0.0.3"
  1160. headache
  1161. header-check
  1162. hector
  1163. hedgehog
  1164. hedgehog-alcotest
  1165. hegel
  1166. herdtools7 >= "7.55"
  1167. heroicons-reason-react
  1168. hex >= "1.3.0"
  1169. hex_encode
  1170. hexstring
  1171. hg_lib
  1172. hidapi >= "1.1"
  1173. hidapi-lwt
  1174. higher_kinded
  1175. highlexer
  1176. higlo >= "0.8"
  1177. hilite
  1178. hkdf
  1179. hl_yaml
  1180. hockmd
  1181. hol2dk
  1182. hooke
  1183. hpack
  1184. hsluv
  1185. html_of_jsx
  1186. htmlfromtexbooks
  1187. hts_shrink >= "2.1.2"
  1188. http
  1189. http-cookie
  1190. http-date
  1191. http-lwt-client
  1192. http-mirage-client
  1193. http-multipart-formdata
  1194. http_async
  1195. httpaf >= "0.6.0"
  1196. httpaf-async >= "0.6.0"
  1197. httpaf-lwt-unix
  1198. httpaf_caged
  1199. httpcats
  1200. httph
  1201. httpun
  1202. httpun-async
  1203. httpun-eio
  1204. httpun-lwt
  1205. httpun-lwt-unix
  1206. httpun-mirage
  1207. httpun-types
  1208. httpun-ws
  1209. httpun-ws-async
  1210. httpun-ws-eio
  1211. httpun-ws-lwt
  1212. httpun-ws-lwt-unix
  1213. httpun-ws-mirage
  1214. huffman
  1215. hugin
  1216. huml
  1217. huml-cli
  1218. hurl
  1219. hvsock >= "2.0.0"
  1220. hxd
  1221. hyper
  1222. ISO3166
  1223. ISO8601 >= "0.2.6"
  1224. i3ipc
  1225. icalendar
  1226. idd
  1227. idds
  1228. idna
  1229. ifs-fractals
  1230. imagelib
  1231. imguiml
  1232. incr_dom
  1233. incr_dom_interactive
  1234. incr_dom_keyboard
  1235. incr_dom_partial_render
  1236. incr_dom_sexp_form
  1237. incr_dom_widgets
  1238. incr_map
  1239. incr_select
  1240. incremental
  1241. incremental_cycles
  1242. indentation_buffer
  1243. index
  1244. index-bench
  1245. inferno >= "20190924"
  1246. influxdb
  1247. influxdb-async
  1248. influxdb-lwt
  1249. inifiles
  1250. inotify >= "2.4"
  1251. inotify-eio
  1252. inquire
  1253. inquirer_oc
  1254. int_repr
  1255. integers >= "0.3.0"
  1256. integers_stubs_js
  1257. integration1d >= "0.5.1"
  1258. intel_hex
  1259. interface-prime
  1260. interface-prime-lwt
  1261. interval >= "1.5" & < "1.6"
  1262. interval-map
  1263. interval_base
  1264. interval_crlibm
  1265. interval_intel
  1266. intPQueue
  1267. io-page
  1268. io-page-unix
  1269. iomux
  1270. iostream
  1271. iostream-camlzip
  1272. ip2location
  1273. ip2locationio >= "1.0.1"
  1274. ip2proxy
  1275. ip2whois
  1276. ipaddr >= "2.9.0"
  1277. ipaddr-cstruct
  1278. ipaddr-sexp
  1279. irc-client >= "0.6.2"
  1280. irc-client-lwt >= "0.6.2"
  1281. irc-client-lwt-ssl
  1282. irc-client-tls >= "0.6.2"
  1283. irc-client-unix >= "0.6.2"
  1284. iri >= "0.6.0"
  1285. irky
  1286. irky-eio
  1287. irmin
  1288. irmin-bench
  1289. irmin-chunk
  1290. irmin-cli
  1291. irmin-client
  1292. irmin-containers
  1293. irmin-fs
  1294. irmin-git
  1295. irmin-graphql
  1296. irmin-http
  1297. irmin-indexeddb
  1298. irmin-layers
  1299. irmin-mirage
  1300. irmin-mirage-git
  1301. irmin-mirage-graphql
  1302. irmin-pack
  1303. irmin-pack-tools
  1304. irmin-server
  1305. irmin-test
  1306. irmin-tezos
  1307. irmin-unix
  1308. irmin-watcher
  1309. iso639
  1310. iter >= "1.4"
  1311. itv-tree >= "2.2"
  1312. jane-street-headers >= "v0.12.0"
  1313. jane_rope
  1314. janestreet_cpuid
  1315. janestreet_csv
  1316. janestreet_lru_cache
  1317. jasmin >= "2023.06.0"
  1318. jekyll-format >= "0.2.0"
  1319. jemalloc >= "0.2"
  1320. jext
  1321. jhupllib
  1322. jingoo >= "1.3.0"
  1323. jose
  1324. js_of_ocaml
  1325. js_of_ocaml-compiler
  1326. js_of_ocaml-lwt
  1327. js_of_ocaml-ocamlbuild >= "3.5.0"
  1328. js_of_ocaml-ppx
  1329. js_of_ocaml-ppx_deriving_json
  1330. js_of_ocaml-toplevel
  1331. js_of_ocaml-tyxml
  1332. js_of_ocaml-webgpu
  1333. js_of_ocaml-webidl
  1334. js_of_ocaml_patches
  1335. json-data-encoding
  1336. json-data-encoding-browser
  1337. json-data-encoding-bson
  1338. json_decoder
  1339. jsonaf
  1340. jsonfeed
  1341. jsonkit
  1342. jsonkit-melange
  1343. jsonoo
  1344. jsonrpc
  1345. jsonschema
  1346. jsonschema-core
  1347. jsonschema-validation
  1348. jsonschema2atd
  1349. jsonxt
  1350. jsoo-react
  1351. jsoo_broadcastchannel
  1352. jsoo_storage
  1353. jst-config
  1354. junit >= "2.0.1"
  1355. junit_alcotest >= "2.0.1"
  1356. junit_ounit >= "2.0.1"
  1357. jupyter
  1358. jupyter-archimedes
  1359. jupyter-kernel
  1360. jws
  1361. jwto
  1362. kafka >= "0.5"
  1363. kafka_async
  1364. kafka_lwt
  1365. kappa-agents
  1366. kappa-binaries
  1367. kappa-library
  1368. kappa-server
  1369. kaun
  1370. kaun-board
  1371. kcas
  1372. kcas_data
  1373. kdf
  1374. kdl
  1375. ke
  1376. key-parsers >= "0.10.1"
  1377. keyseq
  1378. kicadsch >= "0.4.0"
  1379. kind2
  1380. kinetic-client >= "0.0.11"
  1381. kittyimg
  1382. kkmarkdown
  1383. kmt
  1384. knights_tour
  1385. kot
  1386. kqueue
  1387. krb
  1388. ktdeque
  1389. kuznechik
  1390. lab
  1391. lablgtk3-extras >= "3.0.1"
  1392. lablgtk3-goocanvas2
  1393. lablgtk3-gtkspell3
  1394. lablgtk3-rsvg2
  1395. lablgtk3-sourceview3
  1396. lablqml
  1397. lacaml >= "11.0.2"
  1398. ladspa >= "0.2.0"
  1399. lambda
  1400. lambda-runtime
  1401. lambda-term >= "2.0"
  1402. lambda_streams
  1403. lambda_streams_async
  1404. lambda_streams_lwt
  1405. lambdapi
  1406. lambdasoup >= "0.6.4"
  1407. lame >= "0.3.4"
  1408. landmarks >= "1.4"
  1409. landmarks-ppx
  1410. landmarks-speedscope
  1411. lascar >= "0.6-alpha"
  1412. lastfm >= "0.3.3"
  1413. launchd >= "1.3"
  1414. layoutz
  1415. lazy-trie
  1416. lbfgs >= "0.9.1"
  1417. lbvs_consent >= "2.1.0"
  1418. ldap >= "2.4.1"
  1419. ldp
  1420. ldp_curl
  1421. ldp_js
  1422. ldp_tls
  1423. leaflet
  1424. learn-ocaml
  1425. learn-ocaml-client
  1426. leaves
  1427. ledes
  1428. ledgerwallet
  1429. legacy_diffable
  1430. lens >= "1.2.4"
  1431. letsencrypt
  1432. letsencrypt-app
  1433. letsencrypt-dns
  1434. letsencrypt-mirage
  1435. letters
  1436. leveldb
  1437. lib_parsing
  1438. libabsolute
  1439. libbinaryen < "105.1.0" | >= "107.0.1"
  1440. libbpf
  1441. libbpf_maps
  1442. libc
  1443. libdash >= "0.4.1"
  1444. libdrm
  1445. libinput
  1446. libirmin
  1447. libsail
  1448. libsvm >= "0.10.0"
  1449. libzipperposition
  1450. lichess_api
  1451. lilac
  1452. lilv
  1453. line-up-words
  1454. line_oriented
  1455. linenoise >= "1.3.1"
  1456. links
  1457. links-mysql
  1458. links-postgresql
  1459. links-sqlite3
  1460. linol
  1461. linol-eio
  1462. linol-lwt
  1463. lintcstubs
  1464. lintcstubs-arity
  1465. lintcstubs-gen
  1466. linwrap
  1467. liquid_interpreter
  1468. liquid_ml
  1469. liquid_parser
  1470. liquid_std
  1471. liquid_syntax
  1472. liquidsoap >= "2.3.3"
  1473. liquidsoap-core
  1474. liquidsoap-js
  1475. liquidsoap-lang
  1476. liquidsoap-libs
  1477. liquidsoap-libs-extra
  1478. liquidsoap-mode
  1479. little_logger
  1480. llama
  1481. llama-cpp-ocaml
  1482. llama_core
  1483. llama_interactive
  1484. llama_midi
  1485. llhttp
  1486. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1487. lmdb >= "1.0"
  1488. lo >= "0.2.0"
  1489. loc
  1490. lockfree
  1491. loga
  1492. logical
  1493. logs-async
  1494. logs-async-reporter
  1495. logs-ppx
  1496. logs-syslog
  1497. logtk
  1498. loop
  1499. lp
  1500. lp-glpk
  1501. lp-glpk-js
  1502. lp-gurobi
  1503. lp-highs
  1504. lpd
  1505. lreplay
  1506. lrgrep
  1507. lru >= "0.3.0"
  1508. lru_cache
  1509. lsp
  1510. lstar
  1511. lstar-rocq
  1512. lt-code
  1513. lua-ml >= "0.9.3"
  1514. lua_parser
  1515. lucid
  1516. lun
  1517. luna
  1518. lunar
  1519. lustre-v6 >= "6.103.3"
  1520. lutils >= "1.51.2"
  1521. lutin >= "2.71.10"
  1522. luv
  1523. luv_unix
  1524. lwd
  1525. lwt
  1526. lwt-canceler >= "0.2"
  1527. lwt-dllist
  1528. lwt-exit
  1529. lwt-parallel
  1530. lwt-watcher >= "0.2"
  1531. lwt_direct
  1532. lwt_domain
  1533. lwt_eio
  1534. lwt_glib >= "1.1.1"
  1535. lwt_log >= "1.1.1"
  1536. lwt_ppx >= "1.2.2"
  1537. lwt_ppx_to_let_syntax
  1538. lwt_react >= "1.1.2"
  1539. lwt_retry
  1540. lwt_runtime_events
  1541. lwt_ssl >= "1.1.3"
  1542. lz4 >= "1.2.0"
  1543. lz4_chans >= "3.0.1"
  1544. lzo >= "0.0.3"
  1545. MlFront_Cache
  1546. MlFront_Cli
  1547. MlFront_Codept
  1548. MlFront_Config
  1549. MlFront_Console
  1550. MlFront_Core
  1551. MlFront_Errors
  1552. MlFront_Exec
  1553. MlFront_Logs
  1554. MlFront_Lua
  1555. MlFront_Manip
  1556. MlFront_Progress
  1557. MlFront_ProgressPeriod
  1558. MlFront_ProgressZig
  1559. MlFront_Signify
  1560. MlFront_Thunk
  1561. MlFront_Tools
  1562. MlFront_ZipFile
  1563. m_tree
  1564. macaddr
  1565. macaddr-cstruct
  1566. macaddr-sexp
  1567. mad >= "0.5.0"
  1568. magic-mime >= "1.1.2"
  1569. magic-trace
  1570. make-random
  1571. malfunction
  1572. man_in_the_middle_debugger
  1573. mariadb >= "1.2.0"
  1574. markdown
  1575. markdown_monolith
  1576. markup >= "0.8.0"
  1577. markup-lwt
  1578. mastodon-archive-viewer >= "0.2"
  1579. matcha
  1580. matita
  1581. matplotlib
  1582. matrix
  1583. matrix-eio
  1584. mazeppa
  1585. mbr-format
  1586. mc2
  1587. mccs
  1588. mcrunch
  1589. md2mld
  1590. mdx >= "1.8.0" & < "2.6.0"
  1591. mec
  1592. mechaml
  1593. mehari
  1594. mehari-eio
  1595. mehari-eio-unix
  1596. mehari-lwt-unix
  1597. mehari-mirage
  1598. mel
  1599. mel-bastet
  1600. melange
  1601. melange-atdgen-codec-runtime
  1602. melange-compiler-libs
  1603. melange-edn
  1604. melange-fest
  1605. melange-fetch
  1606. melange-jest
  1607. melange-json
  1608. melange-json-native
  1609. melange-moment
  1610. melange-numeral
  1611. melange-radix-icons
  1612. melange-react-dates
  1613. melange-react-query
  1614. melange-recharts
  1615. melange-str
  1616. melange-testing-library
  1617. melange-transit
  1618. melange-webapi
  1619. meldep
  1620. mem_usage
  1621. memcad
  1622. memfd
  1623. memgraph
  1624. memgraph_kitty
  1625. memo
  1626. memprof-limits
  1627. memtrace
  1628. memtrace-mirage
  1629. memtrace_viewer
  1630. menhir >= "20200123"
  1631. menhir-lsp
  1632. menhirCST
  1633. menhirformat
  1634. menhirGLR
  1635. menhirLib
  1636. menhirSdk
  1637. merge-fmt
  1638. merlin
  1639. merlin-extend
  1640. merlin-lib
  1641. mesh >= "0.9.5"
  1642. mesh-easymesh >= "0.9.5"
  1643. mesh-graphics >= "0.9.5"
  1644. mesh-triangle >= "0.9.5"
  1645. metadata
  1646. metadb
  1647. metal
  1648. metapp
  1649. metaquot
  1650. metrics
  1651. metrics-influx
  1652. metrics-lwt
  1653. metrics-rusage
  1654. metrics-unix
  1655. mew
  1656. mew_vi
  1657. mhttp
  1658. mhttp-client
  1659. mhttp-server
  1660. miaou
  1661. miaou-core
  1662. miaou-driver-matrix
  1663. miaou-driver-sdl
  1664. miaou-driver-term
  1665. miaou-driver-web
  1666. miaou-registry
  1667. miaou-runner
  1668. miaou-tui
  1669. miaou-widgets-display-sdl
  1670. micro_httpd
  1671. middleware
  1672. migra
  1673. mimic
  1674. mimic-happy-eyeballs
  1675. mindstorm >= "0.8"
  1676. mindstorm-lwt
  1677. minicaml
  1678. minicli >= "5.0.2"
  1679. minisat >= "0.3"
  1680. minttea
  1681. miou
  1682. mirage >= "4.0.0"
  1683. mirage-block
  1684. mirage-block-ccm
  1685. mirage-block-combinators
  1686. mirage-block-lwt
  1687. mirage-block-partition
  1688. mirage-block-ramdisk
  1689. mirage-block-solo5
  1690. mirage-block-unikraft
  1691. mirage-block-unix
  1692. mirage-block-xen
  1693. mirage-bootvar
  1694. mirage-channel >= "3.2.0"
  1695. mirage-channel-lwt
  1696. mirage-clock
  1697. mirage-clock-lwt
  1698. mirage-clock-unix
  1699. mirage-conduit
  1700. mirage-console
  1701. mirage-console-lwt
  1702. mirage-crypto
  1703. mirage-crypto-ec
  1704. mirage-crypto-pk
  1705. mirage-crypto-rng
  1706. mirage-crypto-rng-async
  1707. mirage-crypto-rng-eio
  1708. mirage-crypto-rng-lwt
  1709. mirage-crypto-rng-miou-unix
  1710. mirage-crypto-rng-mirage
  1711. mirage-crypto-rng-mkernel
  1712. mirage-device
  1713. mirage-dns
  1714. mirage-flow
  1715. mirage-flow-combinators
  1716. mirage-flow-lwt
  1717. mirage-flow-unix
  1718. mirage-fs
  1719. mirage-fs-lwt
  1720. mirage-kv >= "2.0.0"
  1721. mirage-kv-lwt >= "2.0.0"
  1722. mirage-kv-mem
  1723. mirage-kv-unix
  1724. mirage-logs
  1725. mirage-monitoring
  1726. mirage-mtime
  1727. mirage-nat
  1728. mirage-net
  1729. mirage-net-lwt
  1730. mirage-net-macosx >= "1.6.0"
  1731. mirage-net-solo5
  1732. mirage-net-unikraft
  1733. mirage-net-unix
  1734. mirage-net-xen
  1735. mirage-profile
  1736. mirage-protocols
  1737. mirage-protocols-lwt
  1738. mirage-ptime
  1739. mirage-qubes
  1740. mirage-qubes-ipv4
  1741. mirage-random
  1742. mirage-runtime
  1743. mirage-sleep
  1744. mirage-solo5
  1745. mirage-stack
  1746. mirage-stack-lwt
  1747. mirage-time
  1748. mirage-time-lwt
  1749. mirage-time-unix
  1750. mirage-types >= "3.6.0"
  1751. mirage-types-lwt >= "3.6.0"
  1752. mirage-unikraft
  1753. mirage-unix
  1754. mirage-vnetif
  1755. mirage-xen
  1756. mjson
  1757. mkaudio >= "1.1.0"
  1758. mkernel
  1759. mkocaml
  1760. mlbdd >= "0.7.2"
  1761. mlfenv
  1762. mlgpx
  1763. mlmpfr >= "4.0.2+dune"
  1764. mlpost
  1765. mlpost-lablgtk
  1766. mlsolver
  1767. mlt_parser
  1768. mlx
  1769. mm >= "0.7.0"
  1770. mmap
  1771. mmdb
  1772. mmo
  1773. mnd
  1774. mnet
  1775. mnet-cli
  1776. mnet-dhcp
  1777. mnet-dns
  1778. mnet-happy-eyeballs
  1779. mnet-ssh
  1780. mnet-tls
  1781. mnottui
  1782. mnotty
  1783. mock >= "0.1.1"
  1784. mock-ounit >= "0.1.1"
  1785. module-graph
  1786. molenc >= "5.0.0"
  1787. monaco_jsoo
  1788. monolith
  1789. monomorphic >= "2.0"
  1790. monorobot
  1791. moonpool
  1792. moonpool-io
  1793. moonpool-lwt
  1794. mopsa
  1795. morbig >= "0.10.3"
  1796. morsmall
  1797. mosaic
  1798. mosaique
  1799. moss >= "0.1.1"
  1800. mparser >= "1.3"
  1801. mparser-pcre
  1802. mparser-re
  1803. mperf
  1804. mpg123
  1805. mpp >= "0.3.4"
  1806. mpris
  1807. mpris-clients
  1808. mqtt
  1809. mrmime
  1810. msat >= "0.8"
  1811. msat-bin
  1812. msendmail
  1813. mset
  1814. msgpck >= "1.5"
  1815. msgpck-repr
  1816. mssql
  1817. msts
  1818. mtbox
  1819. mugen
  1820. mula
  1821. multibase
  1822. multicodec
  1823. multicont >= "1.0.1"
  1824. multicore-bench
  1825. multicore-magic
  1826. multicore-magic-dscheck
  1827. multihash
  1828. multihash-digestif
  1829. multipart-form-data >= "0.3.0"
  1830. multipart_form
  1831. multipart_form-cohttp-lwt
  1832. multipart_form-eio
  1833. multipart_form-lwt
  1834. multipart_form-miou
  1835. murmur3 >= "0.3"
  1836. mustache >= "3.1.0"
  1837. mustache-cli
  1838. mutaml
  1839. mutf8
  1840. mwt
  1841. mybuild >= "7"
  1842. mysql8
  1843. mysql_protocol
  1844. n_ary
  1845. naboris
  1846. nacc
  1847. nanoev
  1848. nanoev-picos
  1849. nanoev-posix
  1850. nanoev_tiny_httpd
  1851. nanoid
  1852. nanosvg
  1853. nanosvg_text
  1854. nats-client
  1855. nats-client-async
  1856. nbd >= "4.0.3"
  1857. nbd-tool
  1858. nbd-unix
  1859. nel
  1860. neo4j_bolt
  1861. neodriver
  1862. neodriver_core
  1863. neodriver_eio
  1864. neodriver_packstream
  1865. netkat
  1866. netlink >= "0.3.4"
  1867. netsnmp
  1868. neural_nets_lib
  1869. nice_parser
  1870. ninja_utils
  1871. niru
  1872. nloge
  1873. nlopt
  1874. nmea
  1875. noCanren
  1876. nocoiner
  1877. node_of_ocaml
  1878. noise
  1879. nomad
  1880. non_empty_list
  1881. nottui
  1882. nottui-lwt
  1883. nottui-miou
  1884. nottui-pretty
  1885. nottui-unix
  1886. notty >= "0.2.3"
  1887. notty-community
  1888. notty-miou
  1889. notty_async >= "v0.13.0"
  1890. np
  1891. npy >= "0.0.9"
  1892. nsq
  1893. numeric_string
  1894. nuscr
  1895. nx
  1896. nx-datasets
  1897. nx-text
  1898. OCADml
  1899. OCanren
  1900. OCanren-ppx
  1901. OSCADml
  1902. obatcher
  1903. obeam
  1904. obelisk >= "0.5.0"
  1905. object
  1906. obuilder
  1907. obuilder-spec
  1908. obus >= "1.2.1"
  1909. ocal >= "0.2.2"
  1910. ocaml-ai-sdk
  1911. ocaml-canvas
  1912. ocaml-compiler-libs >= "v0.12.0"
  1913. ocaml-embed-file
  1914. ocaml-in-python
  1915. ocaml-index
  1916. ocaml-lsp-server
  1917. ocaml-lua
  1918. ocaml-migrate-parsetree
  1919. ocaml-migrate-parsetree-ocamlbuild
  1920. ocaml-monadic >= "0.4.1"
  1921. ocaml-print-intf
  1922. ocaml-probes
  1923. ocaml-protoc >= "2.0.1"
  1924. ocaml-protoc-plugin
  1925. ocaml-r >= "0.1.1"
  1926. ocaml-sat-solvers >= "0.8"
  1927. ocaml-sbom
  1928. ocaml-syntax-shims
  1929. ocaml-systemd >= "1.3"
  1930. ocaml-top
  1931. ocaml-vdom < "transition"
  1932. ocaml-version >= "3.5.0"
  1933. ocaml-yescrypt
  1934. ocaml_db_model
  1935. ocaml_intrinsics
  1936. ocaml_intrinsics_kernel
  1937. ocaml_openapi_generator
  1938. ocaml_pgsql_model
  1939. ocaml_plugin
  1940. ocamlc-loc
  1941. ocamlcodoc
  1942. ocamldiff >= "1.2"
  1943. ocamlformat-mlx
  1944. ocamlformat-mlx-lib
  1945. ocamlformat-rpc < "removed"
  1946. ocamlformat-rpc-lib
  1947. ocamlfuse
  1948. ocamlgraph >= "2.0.0"
  1949. ocamlgraph_gtk
  1950. ocamlgrep
  1951. ocamlgrep-lib
  1952. ocamlify >= "0.1.0"
  1953. ocamline
  1954. ocamlmerlin-mlx
  1955. ocamlmig
  1956. ocamlmod >= "0.1.1"
  1957. ocamlog
  1958. ocamlregextkit
  1959. ocannl_npy
  1960. ocb
  1961. ocf >= "0.8.0"
  1962. ocf_ppx
  1963. ocgtk
  1964. ochre
  1965. ochre-cli
  1966. ockt
  1967. ocluster != "0.2"
  1968. ocluster-api
  1969. ocluster-worker
  1970. ocolor
  1971. ocp-browser >= "1.2.1"
  1972. ocp-indent >= "1.7.0"
  1973. ocp-indent-nlfork
  1974. ocp-index
  1975. ocp-search
  1976. ocp_reveal
  1977. ocplib-endian >= "1.1"
  1978. ocplib-json-typed-browser
  1979. ocplib-json-typed-bson
  1980. ocplib-simplex >= "0.5"
  1981. ocplib_stuff >= "0.4.0"
  1982. ocsigen-i18n >= "4.0.0"
  1983. ocsigen-ppx-rpc
  1984. ocsigen-toolkit >= "4.3.0"
  1985. ocsigenserver >= "4.0.1"
  1986. ocsipersist
  1987. ocsipersist-dbm
  1988. ocsipersist-dbm-config
  1989. ocsipersist-lib
  1990. ocsipersist-pgsql
  1991. ocsipersist-pgsql-config
  1992. ocsipersist-sqlite
  1993. ocsipersist-sqlite-config
  1994. octavius >= "1.2.2"
  1995. ocue
  1996. odate
  1997. odds >= "1.1"
  1998. odep
  1999. odepack >= "0.6.9"
  2000. odnnr
  2001. odoc
  2002. odoc-driver
  2003. odoc-md
  2004. odoc-parser
  2005. oenv
  2006. oepub
  2007. of_json
  2008. offheap
  2009. oframl
  2010. ogg >= "1.0.0"
  2011. oglsl
  2012. ohex
  2013. oidc
  2014. ojo
  2015. ojs
  2016. ojs_base
  2017. ojs_base_all
  2018. ojs_base_ppx
  2019. ojs_ed
  2020. ojs_filetree
  2021. ojs_list
  2022. oktree
  2023. olinq >= "0.3"
  2024. olint
  2025. oma
  2026. omd >= "1.3.2"
  2027. ometrics
  2028. omg
  2029. omigrate
  2030. omlr >= "1.0.3"
  2031. omtl
  2032. oneffs
  2033. oniguruma
  2034. ooh
  2035. opam-0install
  2036. opam-0install-cudf
  2037. opam-audit
  2038. opam-bin >= "1.0.0"
  2039. opam-build
  2040. opam-check-npm-deps
  2041. opam-ci-check-lint
  2042. opam-client >= "2.0.2"
  2043. opam-compiler
  2044. opam-core >= "2.0.2"
  2045. opam-custom-install
  2046. opam-devel >= "2.0.2"
  2047. opam-ed >= "0.4"
  2048. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  2049. opam-format >= "2.0.2"
  2050. opam-graph
  2051. opam-grep >= "0.2.0"
  2052. opam-installer >= "2.0.2"
  2053. opam-minver
  2054. opam-monorepo
  2055. opam-package-upgrade >= "0.2"
  2056. opam-publish >= "2.0.2"
  2057. opam-repomin
  2058. opam-repository >= "2.0.2"
  2059. opam-solver >= "2.0.2"
  2060. opam-spin
  2061. opam-state >= "2.0.2"
  2062. opam-test
  2063. opam_bin_lib != "0.9.5"
  2064. opasswd
  2065. opatch
  2066. opazl
  2067. openai
  2068. openai-gym
  2069. openapi
  2070. openapi-opium
  2071. openapi_router
  2072. openbsd
  2073. opencage
  2074. opencc0
  2075. opencc1
  2076. opencc1_1
  2077. openQASM
  2078. openrouter_api
  2079. openstellina
  2080. opentelemetry
  2081. opentelemetry-client
  2082. opentelemetry-client-cohttp-eio
  2083. opentelemetry-client-cohttp-lwt
  2084. opentelemetry-client-ocurl
  2085. opentelemetry-client-ocurl-lwt
  2086. opentelemetry-cohttp-lwt
  2087. opentelemetry-logs
  2088. opentelemetry-lwt
  2089. opine
  2090. opium
  2091. opium-graphql
  2092. opium-testing
  2093. opium_kernel >= "0.17.0"
  2094. oplot
  2095. oplsr
  2096. opomodoro
  2097. opsian
  2098. optal
  2099. opti
  2100. optimization1d >= "0.6.1"
  2101. optiml-transport
  2102. optint
  2103. opus
  2104. oq
  2105. oraft
  2106. oranger >= "2.0.1"
  2107. orb
  2108. order-i3-xfce
  2109. ordering
  2110. ordinal
  2111. ordinal_abbreviation
  2112. ordma >= "0.0.5"
  2113. orec >= "1.0.1"
  2114. orewa
  2115. orf
  2116. orgeat
  2117. orpie
  2118. orrandomForest
  2119. orsvm_e1071 >= "4.0.0"
  2120. ortac-core
  2121. ortac-dune
  2122. ortac-qcheck-stm
  2123. ortac-runtime
  2124. ortac-runtime-qcheck-stm
  2125. ortac-wrapper
  2126. orthologic-coq
  2127. ortools
  2128. ortools_solvers
  2129. orxgboost >= "1.1.0"
  2130. osc >= "0.2.0"
  2131. osc-lwt
  2132. osc-unix
  2133. osdp >= "1.1.1"
  2134. oseq >= "0.2"
  2135. osh
  2136. oskel
  2137. osnap
  2138. ostap >= "0.6"
  2139. osx-keychain
  2140. osx-secure-transport
  2141. otaglibc
  2142. otf
  2143. otoggl
  2144. otoml
  2145. otp
  2146. otr
  2147. oui
  2148. ounit = "2.1.2"
  2149. ounit-lwt < "2.2.0"
  2150. ounit2
  2151. ounit2-lwt
  2152. out-channel-redirect
  2153. override
  2154. owee
  2155. owi
  2156. owl >= "0.4.0"
  2157. owl-base >= "0.4.0"
  2158. owl-jupyter
  2159. owl-ode
  2160. owl-ode-base
  2161. owl-ode-odepack
  2162. owl-ode-sundials
  2163. owl-opt
  2164. owl-opt-lbfgs
  2165. owl-plplot
  2166. owl-symbolic
  2167. owl-top >= "0.4.0"
  2168. owl-zoo >= "0.4.0"
  2169. owork
  2170. ozulip
  2171. p4pp
  2172. p4spectec
  2173. p5scm
  2174. packstream
  2175. pacomb
  2176. paf
  2177. paf-cohttp
  2178. pageantty
  2179. pam
  2180. pancake
  2181. pandoc
  2182. pandoc-abbreviations
  2183. pandoc-comment
  2184. pandoc-crossref
  2185. pandoc-include
  2186. pandoc-inspect
  2187. pandoc-pdf2png
  2188. pandoc-replace
  2189. papi >= "0.1.1"
  2190. par_incr
  2191. parany >= "9.0.0"
  2192. pardi >= "2.0.2"
  2193. pari
  2194. pari-bindings
  2195. parmap >= "1.1.1"
  2196. parseff
  2197. parsexp >= "v0.13.0"
  2198. parsexp_io
  2199. parsite
  2200. parsley
  2201. passage
  2202. passe
  2203. patch
  2204. patdiff
  2205. path_glob
  2206. patience_diff
  2207. patricia-tree
  2208. pattern
  2209. pb
  2210. pb-plugin
  2211. pbkdf
  2212. pbrt
  2213. pbrt_services
  2214. pbrt_yojson
  2215. pcap-format >= "0.5.2"
  2216. pcrc
  2217. pcre >= "7.3.5"
  2218. pcre2
  2219. pds-reachability >= "0.2.2"
  2220. pecu >= "0.2"
  2221. petrol
  2222. pf-qubes
  2223. pg_query
  2224. pgn_parser
  2225. pgn_to_tex
  2226. pgocaml >= "4.0"
  2227. pgocaml_ppx
  2228. pgsolver >= "4.4"
  2229. pgx
  2230. pgx_async
  2231. pgx_lwt
  2232. pgx_lwt_mirage
  2233. pgx_lwt_unix
  2234. pgx_unix
  2235. pgx_value_core
  2236. pgx_value_ptime
  2237. phantom-algebra >= "1.0.1"
  2238. phonetic
  2239. phylogenetics
  2240. piaf
  2241. picasso
  2242. picos
  2243. picos_aux
  2244. picos_io
  2245. picos_io_cohttp
  2246. picos_lwt
  2247. picos_meta
  2248. picos_mux
  2249. picos_std
  2250. pidgin
  2251. pidgin_pp
  2252. piece_rope
  2253. piqi >= "0.7.8"
  2254. piqilib >= "0.6.16"
  2255. pixel_pusher
  2256. pkcs11 >= "0.18.0"
  2257. pkcs11-cli
  2258. pkcs11-driver
  2259. pkcs11-rev
  2260. pla >= "1.3"
  2261. plateau
  2262. plato
  2263. playwright
  2264. plebeia
  2265. plist-xml
  2266. plist-xml-lwt
  2267. plotkicadsch
  2268. plotly
  2269. plplot >= "5.11.0-1"
  2270. polars
  2271. polars_async
  2272. polka
  2273. poll
  2274. polling_state_rpc
  2275. polly
  2276. polymarket
  2277. polynomial
  2278. pomap
  2279. popper
  2280. portaudio >= "0.2.2"
  2281. portaudio_c_bindings
  2282. posix-base
  2283. posix-bindings
  2284. posix-errno
  2285. posix-getopt >= "2.0.0"
  2286. posix-math2
  2287. posix-resource
  2288. posix-signal
  2289. posix-socket
  2290. posix-socket-unix
  2291. posix-stat
  2292. posix-time2
  2293. posix-types >= "2.0.0"
  2294. posix-uname
  2295. posix-unistd
  2296. posixat
  2297. postgres_async
  2298. postgresql >= "4.4.1"
  2299. pp
  2300. pp-binary-ints
  2301. pp_loc
  2302. pplumbing
  2303. pplumbing-err
  2304. pplumbing-log
  2305. pplumbing-log-cli
  2306. pplumbing-pp-tty
  2307. pprint >= "20200226"
  2308. ppx-owl-opt
  2309. ppx_accessor
  2310. ppx_assert
  2311. ppx_bap
  2312. ppx_base
  2313. ppx_bench
  2314. ppx_bin_prot
  2315. ppx_bitstring
  2316. ppx_blob >= "0.6.0"
  2317. ppx_camlrack
  2318. ppx_catch
  2319. ppx_cold
  2320. ppx_compare
  2321. ppx_compose >= "0.1.0"
  2322. ppx_const
  2323. ppx_conv_func
  2324. ppx_counters
  2325. ppx_css
  2326. ppx_cstruct
  2327. ppx_cstubs
  2328. ppx_csv_conv
  2329. ppx_custom_printf
  2330. ppx_decimal
  2331. ppx_default
  2332. ppx_defer >= "0.4.0"
  2333. ppx_demo
  2334. ppx_derive_at_runtime
  2335. ppx_derivers >= "1.2.1"
  2336. ppx_deriving >= "4.5-1"
  2337. ppx_deriving_cad
  2338. ppx_deriving_cmdliner
  2339. ppx_deriving_decoders
  2340. ppx_deriving_encoding
  2341. ppx_deriving_ezjsonm
  2342. ppx_deriving_hardcaml
  2343. ppx_deriving_hash
  2344. ppx_deriving_json_schema
  2345. ppx_deriving_jsonschema
  2346. ppx_deriving_jsont
  2347. ppx_deriving_jsoo
  2348. ppx_deriving_madcast >= "0.2"
  2349. ppx_deriving_melange
  2350. ppx_deriving_popper
  2351. ppx_deriving_protobuf
  2352. ppx_deriving_qcheck
  2353. ppx_deriving_rpc
  2354. ppx_deriving_scad
  2355. ppx_deriving_variant_string
  2356. ppx_deriving_yaml
  2357. ppx_deriving_yojson
  2358. ppx_diff
  2359. ppx_disable_unused_warnings
  2360. ppx_distr_guards >= "0.2"
  2361. ppx_dream_eml
  2362. ppx_embed_file
  2363. ppx_enforce
  2364. ppx_enumerate
  2365. ppx_expect
  2366. ppx_expect_nobase
  2367. ppx_ezlua
  2368. ppx_factory
  2369. ppx_fail
  2370. ppx_fields_conv
  2371. ppx_fixed_literal
  2372. ppx_forbid
  2373. ppx_format
  2374. ppx_fun
  2375. ppx_gen_rec >= "1.1.0"
  2376. ppx_getenv
  2377. ppx_globalize
  2378. ppx_hardcaml
  2379. ppx_hash
  2380. ppx_hegel_compat
  2381. ppx_hegel_generator
  2382. ppx_hegel_test
  2383. ppx_here
  2384. ppx_ignore_instrumentation
  2385. ppx_import
  2386. ppx_inline_alcotest
  2387. ppx_inline_test
  2388. ppx_inline_test_nobase
  2389. ppx_interact
  2390. ppx_irmin
  2391. ppx_jane
  2392. ppx_js_style
  2393. ppx_jsobject_conv
  2394. ppx_jsonaf_conv
  2395. ppx_let
  2396. ppx_log
  2397. ppx_lun
  2398. ppx_make
  2399. ppx_map
  2400. ppx_marshal
  2401. ppx_marshal_ext
  2402. ppx_matches
  2403. ppx_meta_conv
  2404. ppx_mica
  2405. ppx_mikmatch
  2406. ppx_minidebug
  2407. ppx_mixins
  2408. ppx_module_timer
  2409. ppx_monad
  2410. ppx_monoid >= "0.3.2"
  2411. ppx_mysql
  2412. ppx_open
  2413. ppx_optcomp
  2414. ppx_optint
  2415. ppx_optional
  2416. ppx_parser
  2417. ppx_partial
  2418. ppx_pattern_bind
  2419. ppx_pbt
  2420. ppx_pipebang
  2421. ppx_protocol_conv
  2422. ppx_protocol_conv_json
  2423. ppx_protocol_conv_jsonm
  2424. ppx_protocol_conv_msgpack
  2425. ppx_protocol_conv_xml_light
  2426. ppx_protocol_conv_xmlm
  2427. ppx_protocol_conv_yaml
  2428. ppx_pyformat
  2429. ppx_python
  2430. ppx_quick_test
  2431. ppx_rapper
  2432. ppx_rapper_async
  2433. ppx_rapper_lwt
  2434. ppx_regexp >= "0.4.0"
  2435. ppx_repr
  2436. ppx_seq
  2437. ppx_sexp_conv
  2438. ppx_sexp_message
  2439. ppx_sexp_value
  2440. ppx_show
  2441. ppx_stable
  2442. ppx_stable_witness
  2443. ppx_string
  2444. ppx_string_conv
  2445. ppx_string_interpolation
  2446. ppx_subliner
  2447. ppx_system
  2448. ppx_test
  2449. ppx_tools
  2450. ppx_tools_versioned
  2451. ppx_trace
  2452. ppx_ts
  2453. ppx_tydi
  2454. ppx_type_directed_value
  2455. ppx_typed_fields
  2456. ppx_typerep_conv
  2457. ppx_tyre
  2458. ppx_units
  2459. ppx_unreachable
  2460. ppx_update
  2461. ppx_variants_conv
  2462. ppx_viewpattern
  2463. ppx_wideopen
  2464. ppx_windtrap
  2465. ppx_xml_conv
  2466. ppx_yojson
  2467. ppx_yojson_conv
  2468. ppx_yojson_conv_lib
  2469. ppxfind
  2470. ppxlib
  2471. ppxlib-tools
  2472. ppxlib_jane
  2473. ppxx
  2474. pratter
  2475. prbnmcn-basic-structures
  2476. prbnmcn-cgrph
  2477. prbnmcn-clustering
  2478. prbnmcn-dagger
  2479. prbnmcn-dagger-gsl
  2480. prbnmcn-dagger-stats
  2481. prbnmcn-dagger-test
  2482. prbnmcn-gnuplot
  2483. prbnmcn-linalg
  2484. prbnmcn-mcts
  2485. prbnmcn-proptest
  2486. prbnmcn-stats
  2487. prbnmcn-ucb1
  2488. prc
  2489. preface
  2490. prelude
  2491. pretty_expressive
  2492. prettym
  2493. primavera
  2494. print-table
  2495. printbox >= "0.3"
  2496. printbox-ext-plot
  2497. printbox-html
  2498. printbox-md
  2499. printbox-text >= "0.6.1"
  2500. proc-smaps
  2501. process_limits
  2502. processor
  2503. producer
  2504. prof_spacetime
  2505. profiling
  2506. profunctor
  2507. progress
  2508. prolect
  2509. prom
  2510. prometheus >= "0.6"
  2511. prometheus-app >= "0.6"
  2512. prometheus-liquidsoap >= "2"
  2513. prometheus-lwt
  2514. promise
  2515. promise_jsoo
  2516. promise_jsoo_lwt
  2517. protocell
  2518. protocol-9p >= "1.0.0"
  2519. protocol-9p-tool >= "1.0.0"
  2520. protocol-9p-unix >= "1.0.0"
  2521. protocol_version_header
  2522. proton
  2523. provider
  2524. prr
  2525. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2526. psq >= "0.1.1"
  2527. ptmap >= "2.0.5"
  2528. ptset
  2529. public-suffix
  2530. pulseaudio >= "0.1.4"
  2531. pure-html
  2532. pure-splitmix >= "0.3"
  2533. purl
  2534. pvec
  2535. pxshot
  2536. py >= "1.1"
  2537. pyast
  2538. pyml >= "20210924"
  2539. pyml_bindgen >= "0.3.0"
  2540. pyre-ast
  2541. pyro-caml
  2542. pyro-caml-instruments
  2543. pyro-caml-ppx
  2544. pythonlib
  2545. qbf >= "0.3"
  2546. qcaml
  2547. qcheck >= "0.13"
  2548. qcheck-alcotest
  2549. qcheck-core
  2550. qcheck-lin
  2551. qcheck-multicoretests-util
  2552. qcheck-ounit
  2553. qcheck-stm
  2554. qcow >= "0.12.1"
  2555. qcow-stream
  2556. qcow-tool >= "0.12.1"
  2557. qcow-types
  2558. qdrant
  2559. qinap
  2560. qiskit
  2561. qmp >= "0.19.0"
  2562. qrencode
  2563. qtest >= "2.10.1"
  2564. queenshead
  2565. query-json
  2566. quests
  2567. quick_print
  2568. quickjs
  2569. quickterface
  2570. quill
  2571. radamsa
  2572. radare2 >= "0.0.3"
  2573. raga
  2574. randii
  2575. random
  2576. randomconv
  2577. randoml
  2578. range >= "0.8"
  2579. rangeSet
  2580. rankers
  2581. ravel
  2582. raven
  2583. rawlink
  2584. rawlink-eio
  2585. rawlink-lwt
  2586. raygui
  2587. raylib
  2588. raylib-callbacks
  2589. rdbg >= "1.196.12"
  2590. rdf >= "0.13.0"
  2591. rdf_impls
  2592. rdf_json_ld
  2593. rdf_lwt
  2594. rdf_mysql
  2595. rdf_postgresql
  2596. rdf_ppx
  2597. re >= "1.9.0"
  2598. re2
  2599. re2_stable
  2600. re_parser
  2601. rea
  2602. react-rules-of-hooks-ppx
  2603. reactiveData >= "0.2.4"
  2604. reactjs-jsx-ppx
  2605. readability_metrics
  2606. readline
  2607. reanalyze
  2608. reason
  2609. reason-react
  2610. reason-react-day-picker
  2611. reason-react-ppx
  2612. reason-standard
  2613. received
  2614. record_builder
  2615. records >= "1.0.0"
  2616. red-black-tree
  2617. reddit_api_async
  2618. reddit_api_kernel
  2619. redirect
  2620. redis >= "0.4"
  2621. redis-async
  2622. redis-lwt >= "0.4"
  2623. redis-sync >= "0.4"
  2624. reed-solomon-erasure >= "1.0.2"
  2625. reedsolomon
  2626. refl
  2627. regex_parser_intf
  2628. regl
  2629. regrade
  2630. relude
  2631. remu_ts
  2632. reparse
  2633. reparse-lwt
  2634. reparse-lwt-unix
  2635. reparse-unix
  2636. repr
  2637. repr-bench
  2638. repr-fuzz
  2639. requisite
  2640. res >= "5.0.1"
  2641. res_tailwindcss
  2642. rescript-syntax
  2643. rescriptdep
  2644. reshowcase
  2645. resource-pooling >= "1.1"
  2646. resource_cache
  2647. resp
  2648. resp-client
  2649. resp-mirage
  2650. resp-server >= "0.9"
  2651. resp-unix
  2652. resto
  2653. resto-acl
  2654. resto-cohttp
  2655. resto-cohttp-client
  2656. resto-cohttp-self-serving-client
  2657. resto-cohttp-server
  2658. resto-directory
  2659. resto-json
  2660. restricted
  2661. result
  2662. rfc1951 >= "0.8.1" & != "1.0.0"
  2663. rfc6287 >= "1.0.4"
  2664. rfc7748
  2665. rfsm >= "1.6-alpha-3"
  2666. rhythm
  2667. rich-string
  2668. ringo
  2669. ringo-lwt
  2670. rio
  2671. riot
  2672. river
  2673. rizzo
  2674. robotstxt
  2675. rock
  2676. rocq-core
  2677. rocq-devtools
  2678. rocqide
  2679. roman
  2680. root1d >= "0.5.1"
  2681. rope >= "0.6.2"
  2682. rosa
  2683. rosetta >= "0.2.0"
  2684. routes
  2685. rowex
  2686. rpc
  2687. rpc_parallel
  2688. rpclib
  2689. rpclib-async
  2690. rpclib-html
  2691. rpclib-js
  2692. rpclib-lwt
  2693. rpmfile
  2694. rpmfile-cli
  2695. rpmfile-eio
  2696. rpmfile-unix
  2697. rsdd
  2698. rss
  2699. rtop
  2700. rtree
  2701. rune
  2702. rungen
  2703. runtime_events_tools
  2704. runtime_events_tools_bare
  2705. rusage
  2706. rust-staticlib-gen
  2707. rust-staticlib-virtual
  2708. SZXX
  2709. safemoney
  2710. safepass >= "3.1"
  2711. saga
  2712. sail >= "0.15"
  2713. sail_c_backend
  2714. sail_coq_backend
  2715. sail_doc_backend
  2716. sail_latex_backend
  2717. sail_lean_backend
  2718. sail_lem_backend
  2719. sail_maker
  2720. sail_manifest
  2721. sail_ocaml_backend
  2722. sail_output
  2723. sail_smt_backend
  2724. sail_sv_backend
  2725. salsa20 >= "1.0.0"
  2726. salsa20-core >= "1.0.0"
  2727. salto-analyzer
  2728. saltoIL
  2729. samplerate >= "0.1.6"
  2730. sanddb >= "0.2"
  2731. sarek
  2732. sarif
  2733. satex
  2734. saturn
  2735. saturn_lockfree
  2736. satyrographos
  2737. savvy
  2738. scad_ml
  2739. scfg
  2740. scgi
  2741. scipy
  2742. scope
  2743. scrypt-kdf
  2744. sd_logic
  2745. sdl-liquidsoap >= "3"
  2746. search
  2747. searchTree
  2748. secp256k1 >= "0.4.1"
  2749. secp256k1-internal
  2750. sedlex
  2751. sek
  2752. sel
  2753. semantic_version
  2754. semaphore-compat
  2755. semv
  2756. semver >= "0.2.1"
  2757. semver2
  2758. sendmail
  2759. sendmail-lwt
  2760. sendmail-miou-unix
  2761. sendmail-mirage
  2762. sentry
  2763. seq < "base"
  2764. seqes
  2765. sequencer_table
  2766. serde
  2767. serde_debug
  2768. serde_derive
  2769. serde_json
  2770. serde_sexpr
  2771. serde_xml
  2772. serial
  2773. serialport
  2774. server-reason-react
  2775. session >= "0.4.1"
  2776. session-cohttp >= "0.4.1"
  2777. session-cohttp-async >= "0.4.1"
  2778. session-cohttp-lwt >= "0.4.1"
  2779. session-cookie
  2780. session-cookie-async
  2781. session-cookie-lwt
  2782. session-postgresql >= "0.4.1"
  2783. session-postgresql-async
  2784. session-postgresql-lwt
  2785. session-redis-lwt >= "0.4.1"
  2786. session-webmachine >= "0.4.1"
  2787. setcore >= "1.0.2"
  2788. sexp
  2789. sexp_decode
  2790. sexp_diff
  2791. sexp_diff_kernel
  2792. sexp_grammar
  2793. sexp_macro
  2794. sexp_pretty
  2795. sexp_select
  2796. sexp_string_quickcheck
  2797. sexplib >= "v0.13.0"
  2798. sexplib0 >= "v0.12.0"
  2799. sexps-rewriter
  2800. sgf
  2801. sha >= "1.13"
  2802. sha256-cng
  2803. shades
  2804. shakuhachi
  2805. shapefile
  2806. shared-block-ring
  2807. shared-memory-ring
  2808. shared-memory-ring-lwt
  2809. shared-secret >= "0.4"
  2810. shell
  2811. shellwords
  2812. sherlodoc
  2813. shexp
  2814. shine >= "0.2.2"
  2815. shuttle
  2816. shuttle_http
  2817. shuttle_ssl
  2818. shuttle_websocket
  2819. sifun
  2820. signal
  2821. sihl
  2822. sihl-cache
  2823. sihl-contract
  2824. sihl-core
  2825. sihl-email
  2826. sihl-facade
  2827. sihl-persistence
  2828. sihl-queue
  2829. sihl-session
  2830. sihl-storage
  2831. sihl-token
  2832. sihl-type
  2833. sihl-user
  2834. sihl-web
  2835. simlog
  2836. simple63
  2837. simple_httpd
  2838. simple_httpd_caqti
  2839. sitemap
  2840. sklearn
  2841. slack
  2842. slacko
  2843. slice
  2844. slipshow
  2845. slug
  2846. slugline
  2847. sm
  2848. smaji_glyph_path
  2849. smart-print >= "0.3.0"
  2850. smaws-clients
  2851. smaws-lib
  2852. smol
  2853. smol-helpers
  2854. smtlib-utils
  2855. smtml
  2856. snappy
  2857. snf_mcp
  2858. snkv
  2859. so
  2860. sodium-fmt
  2861. solid
  2862. solid_server
  2863. solid_tools
  2864. solidity-alcotest
  2865. solidity-common
  2866. solidity-parser
  2867. solidity-test
  2868. solidity-typechecker
  2869. solo5-elftool
  2870. sortedseq_intersect
  2871. soteria
  2872. soundtouch >= "0.1.9"
  2873. soupault
  2874. sowilo
  2875. spacetime_lib
  2876. spatial-shell
  2877. spawn < "v0.9.0" | >= "v0.13.0"
  2878. spdx_licenses
  2879. spectrum
  2880. spectrum_capabilities
  2881. spectrum_palette_ppx
  2882. spectrum_palettes
  2883. spectrum_tools
  2884. speed
  2885. speex
  2886. spelll >= "0.4"
  2887. spices
  2888. spin
  2889. splay_tree
  2890. splittable_random
  2891. spoc
  2892. spoc_ppx
  2893. spoke
  2894. spotify-web-api
  2895. spotify_ml
  2896. spotlib >= "4.1.0"
  2897. spurs
  2898. sqids
  2899. sqlgg >= "20200521"
  2900. sqlite3 >= "4.4.1"
  2901. sqlite3_utils
  2902. srt
  2903. ssh-agent >= "0.2.0"
  2904. ssl >= "0.5.6"
  2905. starpath
  2906. starred_ml
  2907. statocaml
  2908. statocaml_changelog
  2909. statocaml_community
  2910. statocaml_db
  2911. statocaml_github
  2912. statocaml_go
  2913. statocaml_gui
  2914. statocaml_html
  2915. statocaml_plots
  2916. statocaml_profile
  2917. stdcompat >= "19"
  2918. stdint >= "0.6.0"
  2919. stdint-literals
  2920. stdio
  2921. stdlib-diff
  2922. stdlib-random
  2923. stdlib-shims
  2924. stdune
  2925. stem
  2926. stitch
  2927. stk
  2928. stk_iconv
  2929. stk_ocf
  2930. stk_ppx
  2931. stk_rdf
  2932. stk_xml
  2933. stog >= "0.20.0"
  2934. stog_all
  2935. stog_asy
  2936. stog_dot
  2937. stog_extern
  2938. stog_markdown
  2939. stog_multi_doc
  2940. stog_nocaml
  2941. stog_noexec
  2942. stog_plugins
  2943. stog_rdf
  2944. stog_rel_href
  2945. stog_server
  2946. stog_server_multi
  2947. stog_sitemap
  2948. stog_writing
  2949. stone >= "0.5.2"
  2950. store
  2951. store-dict
  2952. store-pushqueue
  2953. stored_reversed
  2954. stramon-lib
  2955. streamable
  2956. streaming
  2957. string_dict
  2958. stringCodepointSplitter
  2959. stringext >= "1.6.0"
  2960. stringx
  2961. sturgeon >= "0.4.2"
  2962. styled-ppx
  2963. subprocess
  2964. subscriptions-transport-ws
  2965. subtype-refinement >= "0.2"
  2966. sun
  2967. svmwrap
  2968. swagger >= "0.2.0"
  2969. swapfs
  2970. swhid
  2971. swhid_compute
  2972. swhid_core
  2973. swhid_types
  2974. swipl
  2975. syguslib-utils
  2976. symex
  2977. symphony-orchestrator-tui
  2978. synchronizer
  2979. syncweb
  2980. syndic >= "1.6.0"
  2981. synopsis
  2982. sys-socket
  2983. sys-socket-unix
  2984. syslog >= "2.0.1"
  2985. syslog-message >= "1.0.0"
  2986. syslog-rfc5424
  2987. systemverilog >= "0.0.2"
  2988. syto
  2989. tablecloth-base
  2990. tablecloth-melange
  2991. tablecloth-native < "transition"
  2992. tabr
  2993. tacit
  2994. taglib >= "0.3.7"
  2995. talaria-bibtex
  2996. talon
  2997. tar
  2998. tar-eio
  2999. tar-mirage
  3000. tar-unix
  3001. tbls
  3002. tcalc
  3003. tcpip
  3004. tcs-lib
  3005. tdigest
  3006. telemetry
  3007. telltime
  3008. tensorboard
  3009. term-indexing
  3010. term-tools
  3011. termaid
  3012. terminal
  3013. terminal_size >= "0.1.4"
  3014. terminus
  3015. terminus-cohttp
  3016. terminus-hlc
  3017. terml
  3018. testcontainers
  3019. testcontainers-elasticsearch
  3020. testcontainers-kafka
  3021. testcontainers-localstack
  3022. testcontainers-memcached
  3023. testcontainers-mockserver
  3024. testcontainers-mongo
  3025. testcontainers-mysql
  3026. testcontainers-postgres
  3027. testcontainers-rabbitmq
  3028. testcontainers-redis
  3029. testo
  3030. testo-diff
  3031. testo-lwt
  3032. testo-util
  3033. testu01
  3034. textmate-language
  3035. textrazor
  3036. textutils
  3037. textutils_kernel
  3038. textwrap >= "0.2.1"
  3039. tezos-base58
  3040. tezos-context-hash
  3041. tezt < "3.1.0" | >= "4.3.0"
  3042. tezt-bam
  3043. theo
  3044. theora
  3045. thread-local-storage
  3046. thread-table
  3047. thrift
  3048. tidy
  3049. tidy_email
  3050. tidy_email_mailgun
  3051. tidy_email_sendgrid
  3052. tidy_email_smtp
  3053. tilde_f
  3054. time_now
  3055. timed >= "1.1"
  3056. timedesc
  3057. timedesc-json
  3058. timedesc-sexp
  3059. timedesc-tzdb
  3060. timedesc-tzlocal
  3061. timedesc-tzlocal-js
  3062. timere
  3063. timere-parse
  3064. timezone
  3065. timmy
  3066. timmy-jsoo
  3067. timmy-lwt
  3068. timmy-unix
  3069. tiny_httpd
  3070. tiny_httpd_camlzip
  3071. tiny_httpd_eio
  3072. tinyfiledialogs
  3073. tip-parser >= "0.4"
  3074. tldr
  3075. tls >= "0.12.8"
  3076. tls-async
  3077. tls-eio
  3078. tls-liquidsoap
  3079. tls-lwt
  3080. tls-miou-unix
  3081. tls-mirage
  3082. tm-grammars
  3083. toc
  3084. toffee
  3085. tofn
  3086. togglelog
  3087. toml
  3088. toml-cconv
  3089. toml_cconv
  3090. top-closure
  3091. toplevel_backend
  3092. toplevel_expect_test
  3093. topojson
  3094. topojsone
  3095. topological_sort
  3096. torch
  3097. tqdm
  3098. trace
  3099. trace-fuchsia
  3100. trace-runtime-events
  3101. trace-tef
  3102. tracing
  3103. tracy-client
  3104. trail
  3105. traits
  3106. trampoline
  3107. transept
  3108. transom
  3109. traverse
  3110. travesty
  3111. trax >= "0.4.0"
  3112. tree-sitter
  3113. tree_layout >= "0.2"
  3114. treeprint >= "2.3.0"
  3115. trexio
  3116. trie
  3117. trs
  3118. tsdl-image >= "0.3.0"
  3119. tsdl-mixer
  3120. tsdl-ttf >= "0.3"
  3121. tsort
  3122. tty
  3123. tube >= "4.4.0"
  3124. tuntap
  3125. tw
  3126. twirp_cohttp_lwt_unix
  3127. twirp_core
  3128. twirp_ezcurl
  3129. twirp_tiny_httpd
  3130. twostep
  3131. tyabt
  3132. type_eq
  3133. type_id
  3134. typed_list
  3135. typeid
  3136. typerep >= "v0.13.0"
  3137. typeset
  3138. tyre >= "0.5"
  3139. tyxml >= "4.3.0"
  3140. tyxml-jsx
  3141. tyxml-lwd
  3142. tyxml-ppx >= "4.3.0"
  3143. tyxml-syntax
  3144. UnifiedScript_Std
  3145. UnifiedScript_Top
  3146. ubase
  3147. ubpf >= "0.2"
  3148. uecc >= "0.3"
  3149. ufind
  3150. uint >= "2.0.1"
  3151. ulid
  3152. um-abt
  3153. unidecode
  3154. union-find-lattice
  3155. unionFind
  3156. unisim_archisec
  3157. unison < "2.53.4"
  3158. universal-portal
  3159. universo
  3160. unix-errno >= "0.6.0"
  3161. unix-type-representations >= "0.1.3"
  3162. unstrctrd
  3163. uopt
  3164. uri >= "2.2.1"
  3165. uri-bench
  3166. uri-re
  3167. uri-sexp
  3168. uring
  3169. uring-trace
  3170. uritemplate
  3171. urn
  3172. user-agent-parser
  3173. username_kernel
  3174. uspf
  3175. uspf-lwt
  3176. uspf-mirage
  3177. uspf-unix
  3178. utcp
  3179. utop
  3180. uuuu >= "0.1.1"
  3181. validate
  3182. validator
  3183. valkey
  3184. variantslib >= "v0.13.0"
  3185. varray
  3186. vcaml
  3187. vcardgen >= "1.2"
  3188. vchan
  3189. vchan-unix
  3190. vchan-xen
  3191. vdom
  3192. vec
  3193. vector
  3194. vector3 >= "1.0.0"
  3195. vendredi
  3196. vercel
  3197. versioned_polling_state_rpc
  3198. vhd-format >= "0.12.0"
  3199. vhd-format-lwt
  3200. vif
  3201. vifu
  3202. virtfs
  3203. virtual_dom
  3204. virtual_dom_toplayer
  3205. visitors >= "20200207"
  3206. vlq >= "0.2.1"
  3207. vlt
  3208. vmnet
  3209. vocal
  3210. volgo
  3211. volgo-base
  3212. volgo-git-backend
  3213. volgo-git-eio
  3214. volgo-git-unix
  3215. volgo-hg-backend
  3216. volgo-hg-eio
  3217. volgo-hg-unix
  3218. volgo-vcs
  3219. voqc
  3220. vorbis
  3221. vpt >= "5.0.0"
  3222. vscoq-language-server < "2.3.3"
  3223. vsrocq-language-server
  3224. vue-jsoo
  3225. vue-ppx
  3226. wall
  3227. wasm >= "2.0.2"
  3228. wasm_of_ocaml-compiler < "6.1.0" | >= "6.4.0"
  3229. wasmer
  3230. wasmtime
  3231. wax
  3232. wax-lib
  3233. wayland
  3234. waylaunch
  3235. wcwidth
  3236. webauthn
  3237. weberizer >= "0.8"
  3238. webmachine >= "0.6.2"
  3239. websocket >= "2.12"
  3240. websocket-async
  3241. websocket-lwt
  3242. websocket-lwt-unix
  3243. websocketaf
  3244. webtest
  3245. webtest-js
  3246. why3find
  3247. wikitext
  3248. win-error >= "1.0"
  3249. win-eventlog >= "0.3"
  3250. windtrap
  3251. winsvc
  3252. wire
  3253. wol
  3254. wol-eio
  3255. wol-mirage
  3256. ws
  3257. ws-server
  3258. wseg
  3259. wtf8 >= "1.0.2"
  3260. wtr
  3261. wtr-ppx
  3262. wu-manber-fuzzy-search
  3263. x509
  3264. x86_64-esperanto >= "0.0.6"
  3265. xapi-backtrace
  3266. xapi-inventory
  3267. xapi-rrd
  3268. xapi-stdext-date
  3269. xapi-stdext-encodings
  3270. xapi-stdext-pervasives
  3271. xapi-stdext-std
  3272. xapi-stdext-threads
  3273. xapi-stdext-unix
  3274. xapi-stdext-zerocheck
  3275. xcursor
  3276. xdg
  3277. xdg-basedir
  3278. xdge
  3279. xedbindings
  3280. xen-evtchn
  3281. xen-evtchn-unix
  3282. xen-gnt
  3283. xen-gnt-unix
  3284. xenstore
  3285. xenstore-tool
  3286. xenstore_transport >= "1.1.0"
  3287. xkbcommon
  3288. xlsx2csv
  3289. xmelly
  3290. xml-light >= "2.5"
  3291. xmldiff >= "0.7.0"
  3292. xmldiff_js
  3293. xmlplaylist >= "0.1.5"
  3294. xoshiro
  3295. xtmpl >= "0.19.0"
  3296. xtmpl_js
  3297. xtmpl_ppx
  3298. yaml >= "1.0.0"
  3299. yaml-sexp
  3300. yamlx
  3301. yara >= "0.2"
  3302. yocaml
  3303. yocaml_cmark
  3304. yocaml_cmarkit
  3305. yocaml_eio
  3306. yocaml_git
  3307. yocaml_jingoo
  3308. yocaml_liquid
  3309. yocaml_markdown
  3310. yocaml_mustache
  3311. yocaml_omd
  3312. yocaml_otoml
  3313. yocaml_runtime
  3314. yocaml_syndication
  3315. yocaml_unix
  3316. yocaml_yaml
  3317. yojson >= "1.5.0"
  3318. yojson-bench
  3319. yojson-five
  3320. yosqlite
  3321. yultracer
  3322. yurt >= "0.6"
  3323. yuscii >= "0.2.1"
  3324. yuujinchou
  3325. zanuda
  3326. zar
  3327. zarith-ppx
  3328. zarith_stubs_js
  3329. zarr
  3330. zarr-eio
  3331. zarr-lwt
  3332. zarr-sync
  3333. zdd
  3334. zed >= "2.0.6"
  3335. zeit
  3336. zelus
  3337. zelus-gtk
  3338. zipperposition
  3339. zipperposition-tools
  3340. zlib
  3341. zlist >= "0.4.0"
  3342. zmq >= "5.1.0"
  3343. zmq-async >= "5.1.0"
  3344. zmq-eio
  3345. zmq-lwt >= "5.1.0"
  3346. zstandard
  3347. zstd >= "0.3"
  3348. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"