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