package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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: 08 Jan 2024

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