package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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.

Published: 30 Jun 2025

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

None

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