package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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 Nov 2023

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.3"

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