package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 Coverage 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.08.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.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

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

Conflicts (7)

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