package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.24.2.tbz
sha256=472798691b0216daf538709f0f4703b3617ef24ad0866c9096068baaba4d762a
sha512=13082a66a28e940d4b3c9f78b556f6c1455987cd522355ba4502e01e60a3d002d3101b51284726ae21aa87494efa2dc54d016173f05b616bbc5dad714d5714a3

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