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