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. intel_hex
  1112. interface-prime
  1113. interface-prime-lwt
  1114. interval >= "1.5" & < "1.6"
  1115. interval-map
  1116. interval_base
  1117. interval_crlibm
  1118. interval_intel
  1119. intPQueue < "20250925"
  1120. io-page
  1121. io-page-unix
  1122. iomux < "0.4"
  1123. iostream
  1124. iostream-camlzip
  1125. ip2location
  1126. ip2locationio
  1127. ip2proxy
  1128. ip2whois
  1129. ipaddr >= "2.9.0"
  1130. ipaddr-cstruct
  1131. ipaddr-sexp
  1132. irc-client >= "0.6.2"
  1133. irc-client-lwt >= "0.6.2"
  1134. irc-client-lwt-ssl
  1135. irc-client-tls >= "0.6.2"
  1136. irc-client-unix >= "0.6.2"
  1137. iri >= "0.6.0" & < "1.1.0"
  1138. irmin
  1139. irmin-bench
  1140. irmin-chunk
  1141. irmin-cli
  1142. irmin-client
  1143. irmin-containers
  1144. irmin-fs
  1145. irmin-git
  1146. irmin-graphql
  1147. irmin-http
  1148. irmin-indexeddb
  1149. irmin-layers
  1150. irmin-mirage
  1151. irmin-mirage-git
  1152. irmin-mirage-graphql
  1153. irmin-pack
  1154. irmin-pack-tools
  1155. irmin-server
  1156. irmin-test
  1157. irmin-tezos
  1158. irmin-unix
  1159. irmin-watcher
  1160. iso639
  1161. iter >= "1.4"
  1162. itv-tree >= "2.2"
  1163. jane-street-headers >= "v0.12.0"
  1164. jane_rope
  1165. janestreet_cpuid
  1166. janestreet_csv
  1167. janestreet_lru_cache
  1168. jasmin >= "2023.06.0"
  1169. jekyll-format >= "0.2.0"
  1170. jemalloc >= "0.2"
  1171. jext
  1172. jhupllib >= "0.2.1"
  1173. jingoo >= "1.3.0"
  1174. jose
  1175. js_of_ocaml < "5.9.0"
  1176. js_of_ocaml-compiler < "5.9.0"
  1177. js_of_ocaml-lwt < "5.9.0"
  1178. js_of_ocaml-ocamlbuild >= "3.5.0"
  1179. js_of_ocaml-ppx < "5.9.0"
  1180. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1181. js_of_ocaml-toplevel < "5.9.0"
  1182. js_of_ocaml-tyxml < "5.9.0"
  1183. js_of_ocaml-webgpu
  1184. js_of_ocaml-webidl
  1185. js_of_ocaml_patches
  1186. json-data-encoding < "1.1.1"
  1187. json-data-encoding-browser < "1.1.1"
  1188. json-data-encoding-bson < "1.1.1"
  1189. json_decoder
  1190. jsonaf
  1191. jsonoo
  1192. jsonrpc
  1193. jsonschema2atd
  1194. jsonxt
  1195. jsoo-react
  1196. jsoo_broadcastchannel
  1197. jsoo_storage
  1198. jst-config
  1199. junit >= "2.0.1"
  1200. junit_alcotest >= "2.0.1"
  1201. junit_ounit >= "2.0.1"
  1202. jupyter
  1203. jupyter-archimedes
  1204. jupyter-kernel
  1205. jwto
  1206. kafka >= "0.5"
  1207. kafka_async
  1208. kafka_lwt
  1209. kappa-agents
  1210. kappa-binaries
  1211. kappa-library
  1212. kappa-server
  1213. kcas < "0.7.0"
  1214. kcas_data < "0.7.0"
  1215. kdf
  1216. kdl
  1217. ke
  1218. key-parsers >= "0.10.1"
  1219. kicadsch >= "0.4.0"
  1220. kind2
  1221. kinetic-client >= "0.0.11"
  1222. kittyimg
  1223. kkmarkdown
  1224. kmt
  1225. knights_tour
  1226. kot
  1227. kqueue
  1228. krb
  1229. lab
  1230. lablgtk3 >= "3.0.beta4"
  1231. lablgtk3-extras >= "3.0.1"
  1232. lablgtk3-goocanvas2
  1233. lablgtk3-gtkspell3
  1234. lablgtk3-rsvg2
  1235. lablgtk3-sourceview3
  1236. lablqml
  1237. labrys
  1238. lacaml >= "11.0.2"
  1239. ladspa >= "0.2.0"
  1240. lambda
  1241. lambda-runtime
  1242. lambda-term >= "2.0"
  1243. lambda_streams
  1244. lambda_streams_async
  1245. lambda_streams_lwt
  1246. lambdapi
  1247. lambdasoup >= "0.6.4"
  1248. lame >= "0.3.4"
  1249. landmarks = "1.4"
  1250. landmarks-ppx < "1.5"
  1251. lascar >= "0.6-alpha"
  1252. lastfm >= "0.3.3"
  1253. launchd >= "1.3"
  1254. lazy-trie
  1255. lbfgs >= "0.9.1"
  1256. lbvs_consent >= "2.1.0"
  1257. ldap >= "2.4.1"
  1258. ldp < "0.5.0"
  1259. ldp_curl < "0.5.0"
  1260. ldp_js < "0.5.0"
  1261. ldp_tls < "0.5.0"
  1262. leaflet
  1263. learn-ocaml
  1264. learn-ocaml-client
  1265. leaves
  1266. ledgerwallet
  1267. ledgerwallet-tezos
  1268. legacy_diffable
  1269. lens >= "1.2.3"
  1270. letsencrypt
  1271. letsencrypt-app
  1272. letsencrypt-dns
  1273. letsencrypt-mirage
  1274. letters
  1275. leveldb >= "1.3.0"
  1276. lib_parsing
  1277. libabsolute
  1278. libbinaryen < "105.1.0" | >= "107.0.1"
  1279. libc
  1280. libirmin
  1281. libsail
  1282. libsvm >= "0.10.0"
  1283. libzipperposition
  1284. lilac
  1285. lilv
  1286. line-up-words
  1287. line_oriented
  1288. linenoise >= "1.2.0"
  1289. links
  1290. links-mysql
  1291. links-postgresql
  1292. links-sqlite3
  1293. linol
  1294. linol-eio
  1295. linol-lwt
  1296. lintcstubs
  1297. lintcstubs-arity
  1298. lintcstubs-gen
  1299. linwrap
  1300. liquid_interpreter
  1301. liquid_ml
  1302. liquid_parser
  1303. liquid_std
  1304. liquid_syntax
  1305. liquidsoap-core
  1306. liquidsoap-lang < "2.3.3"
  1307. liquidsoap-libs
  1308. liquidsoap-libs-extra
  1309. little_logger
  1310. llama
  1311. llama-cpp-ocaml
  1312. llama_core
  1313. llama_interactive
  1314. llama_midi
  1315. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1316. lmdb >= "1.0"
  1317. lo >= "0.2.0"
  1318. lockfree
  1319. loga
  1320. logical
  1321. logs-async
  1322. logs-async-reporter
  1323. logs-ppx
  1324. logs-syslog
  1325. logtk
  1326. loop
  1327. lp
  1328. lp-glpk
  1329. lp-glpk-js
  1330. lp-gurobi
  1331. lp-highs
  1332. lpd
  1333. lreplay
  1334. lru >= "0.3.0"
  1335. lru_cache
  1336. lsp
  1337. lt-code
  1338. lua-ml >= "0.9.3"
  1339. lua_parser
  1340. lucid
  1341. lun
  1342. lustre-v6 >= "6.103.3"
  1343. lutils >= "1.51.2"
  1344. lutin >= "2.71.10"
  1345. luv
  1346. luv_unix
  1347. lwd
  1348. lwt != "5.9.2" & < "6.0.0"
  1349. lwt-canceler >= "0.2"
  1350. lwt-dllist
  1351. lwt-exit
  1352. lwt-parallel
  1353. lwt-watcher >= "0.2"
  1354. lwt_direct < "6.0.0"
  1355. lwt_domain
  1356. lwt_eio
  1357. lwt_glib >= "1.1.1"
  1358. lwt_log >= "1.1.1"
  1359. lwt_ppx >= "1.2.2" & < "5.9.2"
  1360. lwt_react >= "1.1.2"
  1361. lwt_retry
  1362. lwt_ssl >= "1.1.3"
  1363. lz4 >= "1.2.0"
  1364. lz4_chans >= "3.0.1"
  1365. lzo >= "0.0.3"
  1366. MlFront_Cache < "2.4.2.30"
  1367. MlFront_Cli < "2.4.2.30"
  1368. MlFront_Config < "2.4.2.30"
  1369. MlFront_Core < "2.4.2.30"
  1370. MlFront_Errors < "2.4.2.30"
  1371. MlFront_Logs < "2.4.2.30"
  1372. MlFront_Manip < "2.4.2.30"
  1373. MlFront_Signify < "2.4.2.30"
  1374. MlFront_ZipFile < "2.4.2.30"
  1375. m_tree
  1376. macaddr
  1377. macaddr-cstruct
  1378. macaddr-sexp
  1379. mad >= "0.5.0"
  1380. magic-mime >= "1.1.2"
  1381. magic-trace
  1382. make-random
  1383. malfunction
  1384. man_in_the_middle_debugger
  1385. markdown
  1386. markup >= "0.8.0"
  1387. markup-lwt
  1388. mastodon-archive-viewer >= "0.2"
  1389. matita
  1390. matplotlib
  1391. mbr-format
  1392. mc2
  1393. mccs >= "1.1+10"
  1394. md2mld
  1395. mdx != "1.7.0"
  1396. mec
  1397. mechaml
  1398. mehari
  1399. mehari-eio
  1400. mehari-eio-unix
  1401. mehari-lwt-unix
  1402. mehari-mirage
  1403. mel
  1404. melange < "4.0.0-51"
  1405. melange-atdgen-codec-runtime
  1406. melange-compiler-libs
  1407. melange-fest
  1408. melange-fetch
  1409. melange-jest
  1410. melange-json < "2.0.0"
  1411. melange-json-native < "2.0.0"
  1412. melange-moment
  1413. melange-numeral
  1414. melange-radix-icons
  1415. melange-react-dates
  1416. melange-react-query
  1417. melange-recharts
  1418. melange-testing-library
  1419. melange-webapi
  1420. meldep
  1421. mem_usage
  1422. memcad
  1423. memfd
  1424. memgraph
  1425. memgraph_kitty
  1426. memo
  1427. memprof-limits
  1428. memtrace
  1429. memtrace-mirage
  1430. memtrace_viewer
  1431. menhir >= "20200123"
  1432. menhirCST
  1433. menhirLib
  1434. menhirSdk
  1435. merge-fmt
  1436. merlin
  1437. merlin-extend
  1438. merlin-lib
  1439. mesh >= "0.9.5"
  1440. mesh-easymesh >= "0.9.5"
  1441. mesh-graphics >= "0.9.5"
  1442. mesh-triangle >= "0.9.5"
  1443. metadata
  1444. metadb
  1445. metapp
  1446. metaquot
  1447. metrics
  1448. metrics-influx
  1449. metrics-lwt
  1450. metrics-rusage
  1451. metrics-unix
  1452. mew
  1453. mew_vi
  1454. middleware
  1455. mimic
  1456. mimic-happy-eyeballs
  1457. mindstorm >= "0.8"
  1458. mindstorm-lwt
  1459. minicaml
  1460. minicli >= "5.0.2"
  1461. minisat >= "0.3"
  1462. minttea
  1463. miou
  1464. mirage >= "4.0.0"
  1465. mirage-block
  1466. mirage-block-ccm
  1467. mirage-block-combinators
  1468. mirage-block-lwt
  1469. mirage-block-partition
  1470. mirage-block-ramdisk
  1471. mirage-block-solo5
  1472. mirage-block-unikraft
  1473. mirage-block-unix
  1474. mirage-block-xen
  1475. mirage-bootvar
  1476. mirage-channel >= "3.2.0"
  1477. mirage-channel-lwt
  1478. mirage-clock
  1479. mirage-clock-lwt
  1480. mirage-clock-unix
  1481. mirage-conduit
  1482. mirage-console
  1483. mirage-console-lwt
  1484. mirage-crypto
  1485. mirage-crypto-ec
  1486. mirage-crypto-pk
  1487. mirage-crypto-rng
  1488. mirage-crypto-rng-async
  1489. mirage-crypto-rng-eio
  1490. mirage-crypto-rng-lwt
  1491. mirage-crypto-rng-miou-unix
  1492. mirage-crypto-rng-mirage
  1493. mirage-device
  1494. mirage-dns
  1495. mirage-flow
  1496. mirage-flow-combinators
  1497. mirage-flow-lwt
  1498. mirage-flow-unix
  1499. mirage-fs
  1500. mirage-fs-lwt
  1501. mirage-kv >= "2.0.0"
  1502. mirage-kv-lwt >= "2.0.0"
  1503. mirage-kv-mem
  1504. mirage-kv-unix
  1505. mirage-logs
  1506. mirage-monitoring
  1507. mirage-mtime
  1508. mirage-nat
  1509. mirage-net
  1510. mirage-net-lwt
  1511. mirage-net-macosx >= "1.5.0"
  1512. mirage-net-solo5
  1513. mirage-net-unikraft
  1514. mirage-net-unix
  1515. mirage-net-xen
  1516. mirage-profile
  1517. mirage-protocols
  1518. mirage-protocols-lwt
  1519. mirage-ptime
  1520. mirage-qubes
  1521. mirage-qubes-ipv4
  1522. mirage-random
  1523. mirage-runtime
  1524. mirage-sleep
  1525. mirage-solo5
  1526. mirage-stack
  1527. mirage-stack-lwt
  1528. mirage-time
  1529. mirage-time-lwt
  1530. mirage-time-unix
  1531. mirage-types >= "3.6.0"
  1532. mirage-types-lwt >= "3.6.0"
  1533. mirage-unix
  1534. mirage-vnetif
  1535. mirage-xen
  1536. mjson
  1537. mkaudio >= "1.1.0"
  1538. mkocaml
  1539. mlbdd >= "0.7.2"
  1540. mlfenv
  1541. mlmpfr >= "4.0.2+dune"
  1542. mlpost
  1543. mlpost-lablgtk
  1544. mlt_parser
  1545. mm >= "0.7.0"
  1546. mmap
  1547. mmdb
  1548. mmo
  1549. mnd
  1550. mock >= "0.1.1"
  1551. mock-ounit >= "0.1.1"
  1552. module-graph
  1553. molenc >= "5.0.0"
  1554. monaco_jsoo
  1555. monolith
  1556. monomorphic >= "2.0"
  1557. monorobot
  1558. moonpool
  1559. moonpool-io
  1560. moonpool-lwt
  1561. mopsa
  1562. morbig >= "0.10.3"
  1563. morsmall
  1564. moss >= "0.1.1"
  1565. mparser >= "1.3"
  1566. mparser-pcre
  1567. mparser-re
  1568. mperf
  1569. mpg123
  1570. mpp >= "0.3.4"
  1571. mpris
  1572. mpris-clients
  1573. mrmime
  1574. msat >= "0.8"
  1575. msat-bin
  1576. msgpck >= "1.5"
  1577. msgpck-repr
  1578. mssql
  1579. mugen
  1580. mula
  1581. multibase
  1582. multicodec
  1583. multicont = "1.0.1"
  1584. multicore-bench < "0.1.2"
  1585. multihash
  1586. multihash-digestif
  1587. multipart-form-data >= "0.3.0"
  1588. multipart_form
  1589. multipart_form-cohttp-lwt
  1590. multipart_form-eio
  1591. multipart_form-lwt
  1592. multipart_form-miou
  1593. murmur3 >= "0.3"
  1594. mustache >= "3.1.0"
  1595. mustache-cli
  1596. mutaml
  1597. mutf8
  1598. mwt
  1599. mybuild >= "7"
  1600. mysql8
  1601. mysql_protocol
  1602. n_ary
  1603. naboris
  1604. nacc
  1605. nanoev
  1606. nanoev-picos
  1607. nanoev-posix
  1608. nanoev_tiny_httpd
  1609. nanoid
  1610. nanosvg
  1611. nanosvg_text
  1612. nbd >= "4.0.3"
  1613. nbd-tool
  1614. nbd-unix
  1615. neo4j_bolt
  1616. netkat
  1617. netlink >= "0.3.4"
  1618. netsnmp
  1619. neural_nets_lib < "0.5.2"
  1620. nice_parser
  1621. ninja_utils
  1622. niru
  1623. nloge
  1624. nlopt
  1625. nmea
  1626. noCanren >= "0.3.0~alpha1"
  1627. nocoiner
  1628. node_of_ocaml
  1629. noise
  1630. nomad
  1631. non_empty_list
  1632. nottui
  1633. nottui-lwt
  1634. nottui-pretty
  1635. nottui-unix
  1636. notty >= "0.2.3"
  1637. notty-community
  1638. notty_async >= "v0.12.0"
  1639. np
  1640. npy >= "0.0.9"
  1641. nsq
  1642. numeric_string
  1643. nuscr
  1644. OCADml
  1645. OCanren
  1646. OCanren-ppx
  1647. OSCADml
  1648. obatcher
  1649. obeam
  1650. obelisk >= "0.5.0"
  1651. obuilder
  1652. obuilder-spec
  1653. obus >= "1.2.0"
  1654. ocal >= "0.2.2"
  1655. ocaml-canvas
  1656. ocaml-compiler-libs >= "v0.12.0"
  1657. ocaml-embed-file
  1658. ocaml-in-python
  1659. ocaml-index
  1660. ocaml-lsp-server
  1661. ocaml-lua
  1662. ocaml-migrate-parsetree
  1663. ocaml-migrate-parsetree-ocamlbuild
  1664. ocaml-monadic >= "0.4.1"
  1665. ocaml-print-intf
  1666. ocaml-probes
  1667. ocaml-protoc >= "2.0.1"
  1668. ocaml-protoc-plugin
  1669. ocaml-r >= "0.1.1"
  1670. ocaml-sat-solvers >= "0.8"
  1671. ocaml-syntax-shims
  1672. ocaml-systemd >= "1.3"
  1673. ocaml-top >= "1.2.0"
  1674. ocaml-vdom < "transition"
  1675. ocaml-version >= "3.5.0"
  1676. ocaml_db_model
  1677. ocaml_intrinsics
  1678. ocaml_intrinsics_kernel
  1679. ocaml_openapi_generator
  1680. ocaml_pgsql_model
  1681. ocaml_plugin
  1682. ocamlapi
  1683. ocamlapi_async
  1684. ocamlapi_lwt_unix
  1685. ocamlapi_ppx
  1686. ocamlc-loc < "3.19.0"
  1687. ocamlcodoc
  1688. ocamldiff >= "1.2"
  1689. ocamlformat >= "0.24.1"
  1690. ocamlformat-lib
  1691. ocamlformat-mlx
  1692. ocamlformat-mlx-lib
  1693. ocamlformat-rpc < "removed"
  1694. ocamlformat-rpc-lib
  1695. ocamlfuse
  1696. ocamlgraph >= "2.0.0"
  1697. ocamlgraph_gtk
  1698. ocamline
  1699. ocamlog
  1700. ocamlregextkit
  1701. ocannl_npy
  1702. ocb
  1703. ocf >= "0.8.0" & < "1.0.0"
  1704. ocf_ppx < "1.0.0"
  1705. ockt
  1706. ocluster != "0.2"
  1707. ocluster-api
  1708. ocluster-worker
  1709. ocolor
  1710. ocp-browser >= "1.1.9"
  1711. ocp-indent >= "1.7.0" & < "1.9.0"
  1712. ocp-indent-nlfork
  1713. ocp-index >= "1.1.9"
  1714. ocp-search
  1715. ocp_reveal
  1716. ocplib-endian >= "1.1"
  1717. ocplib-json-typed-browser
  1718. ocplib-json-typed-bson
  1719. ocplib-simplex >= "0.5"
  1720. ocplib_stuff >= "0.4.0"
  1721. ocsigen-i18n >= "4.0.0"
  1722. ocsigen-ppx-rpc
  1723. ocsigenserver >= "4.0.1"
  1724. ocsipersist
  1725. ocsipersist-dbm
  1726. ocsipersist-dbm-config
  1727. ocsipersist-lib
  1728. ocsipersist-pgsql
  1729. ocsipersist-pgsql-config
  1730. ocsipersist-sqlite
  1731. ocsipersist-sqlite-config
  1732. octavius >= "1.2.2"
  1733. octez-accuser-Proxford >= "19.0"
  1734. octez-accuser-PsParisC
  1735. octez-accuser-PtLimaPt
  1736. octez-accuser-PtMumbai
  1737. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1738. octez-accuser-PtParisB
  1739. octez-alcotezt >= "19.0"
  1740. octez-baker-Proxford >= "19.0"
  1741. octez-baker-PsParisC
  1742. octez-baker-PtLimaPt
  1743. octez-baker-PtMumbai
  1744. octez-baker-PtNairob < "18.0" | >= "19.0"
  1745. octez-baker-PtParisB
  1746. octez-client < "18.0" | >= "19.0"
  1747. octez-codec < "18.0" | >= "19.0"
  1748. octez-crawler < "18.0" | >= "19.0"
  1749. octez-dac-client >= "19.0"
  1750. octez-dac-node >= "19.0"
  1751. octez-dal-node
  1752. octez-distributed-internal >= "19.0"
  1753. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1754. octez-injector < "18.0" | >= "19.0"
  1755. octez-internal-libs
  1756. octez-l2-libs >= "19.0"
  1757. octez-libs >= "19.0"
  1758. octez-node < "18.0" | >= "19.0"
  1759. octez-node-config < "18.0" | >= "19.0"
  1760. octez-plompiler
  1761. octez-plonk
  1762. octez-proto-libs >= "19.0"
  1763. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1764. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1765. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1766. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1767. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1768. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1769. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1770. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1771. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1772. octez-protocol-009-PsFLoren-libs >= "19.0"
  1773. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1774. octez-protocol-011-PtHangz2-libs >= "19.0"
  1775. octez-protocol-012-Psithaca-libs >= "19.0"
  1776. octez-protocol-013-PtJakart-libs >= "19.0"
  1777. octez-protocol-014-PtKathma-libs >= "19.0"
  1778. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1779. octez-protocol-016-PtMumbai-libs >= "19.0"
  1780. octez-protocol-017-PtNairob-libs >= "19.0"
  1781. octez-protocol-018-Proxford-libs >= "19.0"
  1782. octez-protocol-019-PtParisB-libs
  1783. octez-protocol-020-PsParisC-libs
  1784. octez-protocol-alpha-libs >= "19.0"
  1785. octez-protocol-compiler < "18.0" | >= "19.0"
  1786. octez-proxy-server < "18.0" | >= "19.0"
  1787. octez-rpc-process
  1788. octez-shell-libs >= "19.0"
  1789. octez-signer < "18.0" | >= "19.0"
  1790. octez-smart-rollup-client-PtMumbai
  1791. octez-smart-rollup-client-PtNairob < "18.0"
  1792. octez-smart-rollup-node != "18.1"
  1793. octez-smart-rollup-node-alpha >= "19.0"
  1794. octez-smart-rollup-node-lib >= "19.0"
  1795. octez-smart-rollup-node-Proxford >= "19.0"
  1796. octez-smart-rollup-node-PsParisC
  1797. octez-smart-rollup-node-PtMumbai
  1798. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1799. octez-smart-rollup-node-PtParisB
  1800. octez-smart-rollup-wasm-benchmark-lib
  1801. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1802. octez-smart-rollup-wasm-debugger-lib
  1803. octez-smart-rollup-wasm-debugger-plugin
  1804. octez-tx-rollup-client-PtLimaPt
  1805. octez-tx-rollup-node-PtLimaPt
  1806. octez-version >= "19.0"
  1807. ocue
  1808. odash
  1809. odate
  1810. odds >= "1.1"
  1811. odep
  1812. odepack >= "0.6.9"
  1813. odnnr
  1814. odoc < "3.1.0"
  1815. odoc-driver < "3.1.0"
  1816. odoc-md < "3.1.0"
  1817. odoc-parser < "3.1.0"
  1818. oepub
  1819. of_json
  1820. offheap
  1821. oframl
  1822. ogg >= "1.0.0"
  1823. ohex
  1824. oidc
  1825. ojo
  1826. ojs
  1827. ojs_base
  1828. ojs_base_all
  1829. ojs_base_ppx
  1830. ojs_ed
  1831. ojs_filetree
  1832. ojs_list
  1833. olinq >= "0.3"
  1834. oma
  1835. omd >= "1.3.2"
  1836. ometrics
  1837. omg
  1838. omigrate
  1839. omlr >= "1.0.3"
  1840. omtl
  1841. oneffs
  1842. oniguruma
  1843. opam-0install
  1844. opam-0install-cudf
  1845. opam-bin >= "1.0.0"
  1846. opam-build
  1847. opam-check-npm-deps
  1848. opam-client >= "2.0.2"
  1849. opam-compiler
  1850. opam-core >= "2.0.2"
  1851. opam-custom-install
  1852. opam-devel >= "2.0.2"
  1853. opam-dune-lint >= "0.3"
  1854. opam-ed >= "0.4"
  1855. opam-file-format >= "2.1.0" & < "2.1.5"
  1856. opam-format >= "2.0.2"
  1857. opam-graph
  1858. opam-grep >= "0.2.0"
  1859. opam-installer >= "2.0.2"
  1860. opam-monorepo
  1861. opam-package-upgrade >= "0.2"
  1862. opam-publish >= "2.0.2"
  1863. opam-repository >= "2.0.2"
  1864. opam-solver >= "2.0.2"
  1865. opam-spin
  1866. opam-state >= "2.0.2"
  1867. opam-test
  1868. opam_bin_lib != "0.9.5"
  1869. opasswd
  1870. opatch
  1871. opazl
  1872. openai
  1873. openai-gym
  1874. openapi
  1875. openapi-opium
  1876. openapi_router
  1877. opencc0
  1878. opencc1
  1879. opencc1_1
  1880. openQASM
  1881. openstellina
  1882. opentelemetry
  1883. opentelemetry-client-cohttp-eio
  1884. opentelemetry-client-cohttp-lwt
  1885. opentelemetry-client-ocurl
  1886. opentelemetry-cohttp-lwt
  1887. opentelemetry-logs
  1888. opentelemetry-lwt
  1889. opine
  1890. opium
  1891. opium-graphql
  1892. opium-testing
  1893. opium_kernel >= "0.17.0"
  1894. oplot < "0.85"
  1895. oplsr
  1896. opomodoro
  1897. opsian
  1898. optal
  1899. opti
  1900. optimization1d >= "0.6.1"
  1901. optiml-transport
  1902. optint
  1903. opus
  1904. oraft
  1905. oranger >= "2.0.1"
  1906. orb
  1907. order-i3-xfce
  1908. ordering < "3.19.0"
  1909. ordinal
  1910. ordinal_abbreviation
  1911. ordma >= "0.0.5"
  1912. orec >= "1.0.1"
  1913. orewa
  1914. orf
  1915. orgeat
  1916. orpie
  1917. orrandomForest
  1918. orsvm_e1071 >= "4.0.0"
  1919. ortac-core
  1920. ortac-dune
  1921. ortac-qcheck-stm
  1922. ortac-runtime
  1923. ortac-runtime-qcheck-stm
  1924. ortac-wrapper
  1925. orthologic-coq
  1926. orxgboost >= "1.1.0"
  1927. osc >= "0.2.0"
  1928. osc-lwt
  1929. osc-unix
  1930. osdp >= "1.1.1"
  1931. oseq >= "0.2"
  1932. osh
  1933. oskel
  1934. osnap
  1935. ostap >= "0.6"
  1936. osx-secure-transport
  1937. otaglibc
  1938. otf
  1939. otoggl
  1940. otoml
  1941. otr
  1942. ounit = "2.1.2"
  1943. ounit-lwt < "2.2.0"
  1944. ounit2
  1945. ounit2-lwt
  1946. override
  1947. owee
  1948. owi
  1949. owl >= "0.4.0" & < "1.2"
  1950. owl-base >= "0.4.0" & < "1.2"
  1951. owl-jupyter
  1952. owl-ode
  1953. owl-ode-base
  1954. owl-ode-odepack
  1955. owl-ode-sundials
  1956. owl-opt
  1957. owl-opt-lbfgs
  1958. owl-plplot < "1.1"
  1959. owl-symbolic
  1960. owl-top >= "0.4.0" & < "1.2"
  1961. owl-zoo >= "0.4.0"
  1962. owork
  1963. ozulip
  1964. p4pp
  1965. p5scm
  1966. packstream
  1967. pacomb
  1968. paf
  1969. paf-cohttp
  1970. pam
  1971. pancake
  1972. pandoc
  1973. pandoc-abbreviations
  1974. pandoc-comment
  1975. pandoc-crossref
  1976. pandoc-include
  1977. pandoc-inspect
  1978. pandoc-pdf2png
  1979. pandoc-replace
  1980. papi >= "0.1.1"
  1981. par_incr
  1982. parany >= "9.0.0"
  1983. pardi >= "2.0.2"
  1984. pari
  1985. pari-bindings
  1986. parmap >= "1.1.1"
  1987. parsexp >= "v0.12.0"
  1988. parsexp_io
  1989. parsley
  1990. passage
  1991. patch
  1992. patdiff >= "v0.12.1"
  1993. path_glob
  1994. patience_diff
  1995. patricia-tree
  1996. pattern
  1997. pb
  1998. pb-plugin
  1999. pbkdf
  2000. pbrt
  2001. pbrt_services
  2002. pbrt_yojson
  2003. pcap-format >= "0.5.2"
  2004. pcre >= "7.3.5"
  2005. pcre2
  2006. pds-reachability >= "0.2.2"
  2007. pecu >= "0.2"
  2008. petr4
  2009. petrol
  2010. pf-qubes
  2011. pg_query
  2012. pgocaml >= "4.0"
  2013. pgocaml_ppx
  2014. pgx >= "1.0"
  2015. pgx_async >= "1.0"
  2016. pgx_lwt >= "1.0"
  2017. pgx_lwt_mirage
  2018. pgx_lwt_unix
  2019. pgx_unix >= "1.0"
  2020. pgx_value_core
  2021. pgx_value_ptime
  2022. phantom-algebra >= "1.0.1"
  2023. phonetic
  2024. phylogenetics
  2025. piaf
  2026. picasso
  2027. piece_rope
  2028. piqi >= "0.7.8"
  2029. piqilib >= "0.6.16"
  2030. pixel_pusher
  2031. pkcs11 >= "0.18.0"
  2032. pkcs11-cli
  2033. pkcs11-driver
  2034. pkcs11-rev
  2035. pla >= "1.3"
  2036. plateau
  2037. plato
  2038. plebeia
  2039. plist-xml
  2040. plist-xml-lwt
  2041. plotkicadsch
  2042. plotly
  2043. plplot >= "5.11.0-1"
  2044. polars
  2045. polars_async
  2046. polka
  2047. poll
  2048. polling_state_rpc
  2049. polly
  2050. polynomial
  2051. pomap
  2052. popper
  2053. portaudio >= "0.2.2"
  2054. portaudio_c_bindings
  2055. portmidi
  2056. posix-base < "4.0.1"
  2057. posix-bindings < "4.0.1"
  2058. posix-getopt >= "2.0.0" & < "4.0.1"
  2059. posix-math2 < "4.0.1"
  2060. posix-signal < "4.0.1"
  2061. posix-socket < "4.0.1"
  2062. posix-socket-unix < "4.0.1"
  2063. posix-time2 < "4.0.1"
  2064. posix-types >= "2.0.0" & < "4.0.1"
  2065. posix-uname < "4.0.1"
  2066. posixat
  2067. postgres_async
  2068. postgresql >= "4.4.1"
  2069. pp
  2070. pp-binary-ints
  2071. pp_loc
  2072. pprint >= "20200226"
  2073. ppx-owl-opt
  2074. ppx_accessor
  2075. ppx_assert
  2076. ppx_bap
  2077. ppx_base
  2078. ppx_bench
  2079. ppx_bin_prot
  2080. ppx_bitstring < "5.0.2"
  2081. ppx_blob >= "0.6.0"
  2082. ppx_camlrack
  2083. ppx_catch
  2084. ppx_cold
  2085. ppx_compare
  2086. ppx_compose >= "0.1.0"
  2087. ppx_const >= "2.0"
  2088. ppx_conv_func
  2089. ppx_counters
  2090. ppx_css
  2091. ppx_cstruct
  2092. ppx_cstubs
  2093. ppx_csv_conv
  2094. ppx_custom_printf
  2095. ppx_decimal
  2096. ppx_default
  2097. ppx_defer >= "0.4.0"
  2098. ppx_demo
  2099. ppx_derive_at_runtime
  2100. ppx_derivers >= "1.2.1"
  2101. ppx_deriving >= "4.5-1"
  2102. ppx_deriving_cad
  2103. ppx_deriving_cmdliner >= "0.5.1"
  2104. ppx_deriving_decoders
  2105. ppx_deriving_encoding
  2106. ppx_deriving_hardcaml
  2107. ppx_deriving_hash
  2108. ppx_deriving_json_schema
  2109. ppx_deriving_jsoo
  2110. ppx_deriving_madcast >= "0.2"
  2111. ppx_deriving_popper
  2112. ppx_deriving_protobuf
  2113. ppx_deriving_qcheck
  2114. ppx_deriving_rpc
  2115. ppx_deriving_scad
  2116. ppx_deriving_variant_string
  2117. ppx_deriving_yaml < "0.4.0"
  2118. ppx_deriving_yojson
  2119. ppx_diff
  2120. ppx_disable_unused_warnings
  2121. ppx_distr_guards >= "0.2"
  2122. ppx_dream_eml
  2123. ppx_embed_file
  2124. ppx_enumerate
  2125. ppx_expect
  2126. ppx_expect_nobase
  2127. ppx_factory
  2128. ppx_fail
  2129. ppx_fields_conv
  2130. ppx_fixed_literal
  2131. ppx_fun
  2132. ppx_gen_rec >= "1.1.0"
  2133. ppx_getenv >= "2.0"
  2134. ppx_globalize
  2135. ppx_hardcaml
  2136. ppx_hash
  2137. ppx_here
  2138. ppx_ignore_instrumentation
  2139. ppx_import
  2140. ppx_inline_alcotest
  2141. ppx_inline_test
  2142. ppx_inline_test_nobase
  2143. ppx_interact
  2144. ppx_irmin
  2145. ppx_jane
  2146. ppx_js_style
  2147. ppx_jsobject_conv
  2148. ppx_jsonaf_conv
  2149. ppx_let
  2150. ppx_log
  2151. ppx_lun
  2152. ppx_make
  2153. ppx_map
  2154. ppx_marshal
  2155. ppx_marshal_ext
  2156. ppx_matches
  2157. ppx_meta_conv
  2158. ppx_mica
  2159. ppx_minidebug
  2160. ppx_module_timer
  2161. ppx_monad
  2162. ppx_monoid >= "0.3.2"
  2163. ppx_mysql
  2164. ppx_mysql_identity
  2165. ppx_open
  2166. ppx_optcomp
  2167. ppx_optint
  2168. ppx_optional
  2169. ppx_parser
  2170. ppx_pattern_bind
  2171. ppx_pbt
  2172. ppx_pipebang >= "v0.12.0"
  2173. ppx_protocol_conv
  2174. ppx_protocol_conv_json
  2175. ppx_protocol_conv_jsonm
  2176. ppx_protocol_conv_msgpack
  2177. ppx_protocol_conv_xml_light
  2178. ppx_protocol_conv_xmlm
  2179. ppx_protocol_conv_yaml
  2180. ppx_pyformat
  2181. ppx_python
  2182. ppx_quick_test
  2183. ppx_rapper
  2184. ppx_rapper_async
  2185. ppx_rapper_lwt
  2186. ppx_regexp >= "0.4.0"
  2187. ppx_repr
  2188. ppx_seq
  2189. ppx_sexp_conv
  2190. ppx_sexp_message
  2191. ppx_sexp_value
  2192. ppx_show
  2193. ppx_stable
  2194. ppx_stable_witness
  2195. ppx_string
  2196. ppx_string_conv
  2197. ppx_string_interpolation
  2198. ppx_subliner
  2199. ppx_system
  2200. ppx_test
  2201. ppx_there
  2202. ppx_tools >= "6.0+4.08.0"
  2203. ppx_tools_versioned
  2204. ppx_trace
  2205. ppx_ts
  2206. ppx_tydi
  2207. ppx_type_directed_value
  2208. ppx_typed_fields
  2209. ppx_typerep_conv
  2210. ppx_tyre
  2211. ppx_units
  2212. ppx_unreachable
  2213. ppx_update
  2214. ppx_variants_conv
  2215. ppx_viewpattern
  2216. ppx_wideopen
  2217. ppx_xml_conv
  2218. ppx_yojson
  2219. ppx_yojson_conv
  2220. ppx_yojson_conv_lib
  2221. ppxfind >= "1.3"
  2222. ppxlib
  2223. ppxlib-tools
  2224. ppxlib_jane
  2225. ppxx
  2226. pratter
  2227. prbnmcn-basic-structures
  2228. prbnmcn-cgrph
  2229. prbnmcn-clustering
  2230. prbnmcn-dagger
  2231. prbnmcn-dagger-gsl
  2232. prbnmcn-dagger-stats
  2233. prbnmcn-dagger-test
  2234. prbnmcn-gnuplot
  2235. prbnmcn-linalg
  2236. prbnmcn-mcts
  2237. prbnmcn-proptest
  2238. prbnmcn-stats
  2239. prbnmcn-ucb1
  2240. prc
  2241. preface
  2242. prelude
  2243. pretty_expressive
  2244. prettym
  2245. printbox >= "0.3"
  2246. printbox-ext-plot
  2247. printbox-html
  2248. printbox-md
  2249. printbox-text >= "0.6.1"
  2250. proc-smaps
  2251. process_limits
  2252. processor
  2253. producer
  2254. prof_spacetime
  2255. profiling
  2256. profunctor
  2257. progress < "0.5.0"
  2258. prom
  2259. prometheus >= "0.6"
  2260. prometheus-app >= "0.6"
  2261. prometheus-liquidsoap >= "2"
  2262. promise
  2263. promise_jsoo
  2264. promise_jsoo_lwt
  2265. protocell
  2266. protocol-9p >= "1.0.0"
  2267. protocol-9p-tool >= "1.0.0"
  2268. protocol-9p-unix >= "1.0.0"
  2269. protocol_version_header
  2270. prr
  2271. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2272. psq >= "0.1.1"
  2273. ptmap >= "2.0.5"
  2274. ptset
  2275. pulseaudio >= "0.1.4"
  2276. pure-html
  2277. pure-splitmix >= "0.3"
  2278. purl
  2279. pvec
  2280. py >= "1.1"
  2281. pyast
  2282. pyml >= "20210924"
  2283. pyml_bindgen >= "0.3.0"
  2284. pyre-ast
  2285. pythonlib
  2286. qbf >= "0.3"
  2287. qcheck >= "0.13"
  2288. qcheck-alcotest
  2289. qcheck-core
  2290. qcheck-lin < "0.10"
  2291. qcheck-multicoretests-util < "0.10"
  2292. qcheck-ounit
  2293. qcheck-stm < "0.10"
  2294. qdrant
  2295. qinap
  2296. qiskit
  2297. qmp >= "0.19.0"
  2298. qrencode
  2299. qtest >= "2.10.1"
  2300. queenshead
  2301. quests
  2302. quick_print
  2303. quickjs
  2304. radamsa
  2305. radare2 >= "0.0.3"
  2306. randii
  2307. randomconv
  2308. randoml
  2309. range >= "0.8"
  2310. rangeSet
  2311. rankers
  2312. rawlink
  2313. rawlink-eio
  2314. rawlink-lwt
  2315. raygui < "1.4.0"
  2316. raylib < "1.4.0"
  2317. rdbg >= "1.196.12"
  2318. rdf >= "0.13.0" & < "1.1.0"
  2319. rdf_impls < "1.1.0"
  2320. rdf_json_ld < "1.1.0"
  2321. rdf_lwt < "1.1.0"
  2322. rdf_mysql < "1.1.0"
  2323. rdf_postgresql < "1.1.0"
  2324. rdf_ppx < "1.1.0"
  2325. re >= "1.9.0" & < "1.14.0"
  2326. re2 >= "v0.12.1"
  2327. re2_stable
  2328. re_parser
  2329. rea
  2330. reactiveData = "0.3.0"
  2331. reactjs-jsx-ppx
  2332. readline
  2333. reanalyze
  2334. reason < "3.17.2"
  2335. reason-react
  2336. reason-react-ppx
  2337. reason-standard
  2338. received
  2339. record_builder
  2340. records >= "1.0.0"
  2341. reddit_api_async
  2342. reddit_api_kernel
  2343. redirect
  2344. redis >= "0.4"
  2345. redis-async
  2346. redis-lwt >= "0.4"
  2347. redis-sync >= "0.4"
  2348. reed-solomon-erasure >= "1.0.2"
  2349. reedsolomon
  2350. refl
  2351. regenerate
  2352. regex_parser_intf
  2353. regrade
  2354. relude
  2355. remu_ts
  2356. reparse
  2357. reparse-lwt
  2358. reparse-lwt-unix
  2359. reparse-unix
  2360. repr
  2361. repr-bench
  2362. repr-fuzz
  2363. res >= "5.0.1"
  2364. res_tailwindcss
  2365. rescript-syntax
  2366. reshowcase
  2367. resource-pooling >= "1.1"
  2368. resource_cache
  2369. resp
  2370. resp-client
  2371. resp-mirage
  2372. resp-server >= "0.9"
  2373. resp-unix
  2374. resto
  2375. resto-acl
  2376. resto-cohttp
  2377. resto-cohttp-client
  2378. resto-cohttp-self-serving-client
  2379. resto-cohttp-server
  2380. resto-directory
  2381. resto-json
  2382. result
  2383. rfc1951 >= "0.8.1" & != "1.0.0"
  2384. rfc6287 >= "1.0.4"
  2385. rfc7748
  2386. rfsm >= "1.6-alpha-3"
  2387. rhythm
  2388. ringo
  2389. ringo-lwt
  2390. rio
  2391. riot
  2392. river
  2393. rock
  2394. rocq-core
  2395. rocq-devtools
  2396. rocq-runtime
  2397. rocqide
  2398. roman
  2399. root1d >= "0.5.1"
  2400. rope >= "0.6.2"
  2401. rosa
  2402. rosetta >= "0.2.0"
  2403. routes
  2404. rpc
  2405. rpc_parallel
  2406. rpclib
  2407. rpclib-async
  2408. rpclib-html
  2409. rpclib-js
  2410. rpclib-lwt
  2411. rsdd
  2412. rss
  2413. rtop < "3.17.2"
  2414. rtree
  2415. rungen
  2416. runtime_events_tools < "0.5.2"
  2417. rusage
  2418. rust-staticlib-gen
  2419. rust-staticlib-virtual
  2420. SourceCode_ASCII
  2421. SZXX
  2422. safemoney
  2423. safepass >= "3.1"
  2424. sail >= "0.15"
  2425. sail_c_backend
  2426. sail_coq_backend
  2427. sail_doc_backend
  2428. sail_latex_backend
  2429. sail_lean_backend
  2430. sail_lem_backend
  2431. sail_maker
  2432. sail_manifest
  2433. sail_ocaml_backend
  2434. sail_output
  2435. sail_smt_backend
  2436. sail_sv_backend
  2437. salsa20 >= "1.0.0"
  2438. salsa20-core >= "1.0.0"
  2439. samplerate >= "0.1.6"
  2440. sanddb >= "0.2"
  2441. sarek
  2442. sarif
  2443. satex
  2444. saturn < "0.5.0"
  2445. saturn_lockfree < "0.5.0"
  2446. satyrographos
  2447. scad_ml
  2448. scfg
  2449. scgi
  2450. scipy
  2451. scrypt-kdf
  2452. sd_logic
  2453. sdl-liquidsoap >= "3"
  2454. search
  2455. searchTree
  2456. secp256k1 >= "0.4.1"
  2457. secp256k1-internal
  2458. sedlex >= "2.0"
  2459. sek
  2460. sel
  2461. semantic_version
  2462. semaphore-compat
  2463. semver >= "0.2.1"
  2464. semver2
  2465. sendmail
  2466. sendmail-lwt
  2467. sendmail-miou-unix
  2468. sendmail-mirage
  2469. sentry
  2470. seq < "base"
  2471. seqes
  2472. sequencer_table
  2473. serde
  2474. serde_debug
  2475. serde_derive
  2476. serde_json
  2477. serde_sexpr
  2478. serde_xml
  2479. serial
  2480. server-reason-react
  2481. session >= "0.4.1"
  2482. session-cohttp >= "0.4.1"
  2483. session-cohttp-async >= "0.4.1"
  2484. session-cohttp-lwt >= "0.4.1"
  2485. session-cookie
  2486. session-cookie-async
  2487. session-cookie-lwt
  2488. session-postgresql >= "0.4.1"
  2489. session-postgresql-async
  2490. session-postgresql-lwt
  2491. session-redis-lwt >= "0.4.1"
  2492. session-webmachine >= "0.4.1"
  2493. setcore >= "1.0.2"
  2494. sexp
  2495. sexp_decode
  2496. sexp_diff
  2497. sexp_diff_kernel
  2498. sexp_grammar
  2499. sexp_macro
  2500. sexp_pretty
  2501. sexp_select
  2502. sexp_string_quickcheck
  2503. sexplib >= "v0.12.0"
  2504. sexplib0 >= "v0.12.0"
  2505. sgf >= "1.0.1"
  2506. sha >= "1.13"
  2507. shades
  2508. shapefile
  2509. shared-block-ring
  2510. shared-memory-ring
  2511. shared-memory-ring-lwt
  2512. shared-secret >= "0.4"
  2513. shell
  2514. sherlodoc < "3.1.0"
  2515. shexp
  2516. shine >= "0.2.2"
  2517. shuttle
  2518. shuttle_http
  2519. shuttle_ssl
  2520. shuttle_websocket
  2521. sifun
  2522. sihl
  2523. sihl-cache
  2524. sihl-contract
  2525. sihl-core
  2526. sihl-email
  2527. sihl-facade
  2528. sihl-persistence
  2529. sihl-queue
  2530. sihl-session
  2531. sihl-storage
  2532. sihl-token
  2533. sihl-type
  2534. sihl-user
  2535. sihl-web
  2536. simlog
  2537. simple63
  2538. simple_httpd
  2539. simple_httpd_caqti
  2540. sklearn
  2541. slack
  2542. slacko
  2543. slice
  2544. slipshow != "0.5.0"
  2545. slug
  2546. smart-print >= "0.3.0"
  2547. smbc
  2548. smol
  2549. smol-helpers
  2550. smtlib-utils
  2551. smtml >= "0.7.0" & < "0.10.0"
  2552. snappy >= "0.1.2"
  2553. snoke
  2554. so
  2555. sodium-fmt
  2556. solid < "0.5.0"
  2557. solid_server < "0.5.0"
  2558. solid_tools < "0.5.0"
  2559. solidity-alcotest
  2560. solidity-common
  2561. solidity-parser
  2562. solidity-test
  2563. solidity-typechecker
  2564. solo5-elftool
  2565. sortedseq_intersect
  2566. soundtouch >= "0.1.9"
  2567. soupault
  2568. spacetime_lib
  2569. spatial-shell
  2570. spawn < "v0.9.0" | >= "v0.13.0"
  2571. spdx_licenses
  2572. spectrum
  2573. speex
  2574. spelll >= "0.4"
  2575. spices
  2576. spin
  2577. splay_tree
  2578. splittable_random
  2579. spoc
  2580. spoc_ppx
  2581. spoke
  2582. spotify-web-api
  2583. spotlib >= "4.1.0"
  2584. sqlgg >= "20200521"
  2585. sqlite3 >= "4.4.1"
  2586. sqlite3_utils
  2587. srt
  2588. ssh-agent >= "0.2.0"
  2589. ssl >= "0.5.6"
  2590. starpath
  2591. stdcompat >= "19"
  2592. stdint >= "0.6.0"
  2593. stdint-literals
  2594. stdio
  2595. stdlib-diff
  2596. stdlib-random
  2597. stdlib-shims
  2598. stdune < "3.19.0"
  2599. stitch
  2600. stk < "0.5.0"
  2601. stk_iconv < "0.5.0"
  2602. stk_ocf < "0.5.0"
  2603. stk_ppx < "0.5.0"
  2604. stk_rdf < "0.5.0"
  2605. stk_xml < "0.5.0"
  2606. stog >= "0.20.0"
  2607. stog_all
  2608. stog_asy
  2609. stog_dot
  2610. stog_extern
  2611. stog_markdown
  2612. stog_multi_doc
  2613. stog_nocaml
  2614. stog_noexec
  2615. stog_plugins
  2616. stog_rdf
  2617. stog_rel_href
  2618. stog_server
  2619. stog_server_multi
  2620. stog_sitemap
  2621. stog_writing
  2622. stone >= "0.5.2"
  2623. store
  2624. stored_reversed
  2625. stramon-lib
  2626. streamable
  2627. streaming
  2628. string_dict
  2629. stringCodepointSplitter
  2630. stringext >= "1.6.0"
  2631. sturgeon >= "0.4.2"
  2632. styled-ppx
  2633. subprocess
  2634. subscriptions-transport-ws
  2635. subtype-refinement >= "0.2"
  2636. sun
  2637. svmwrap
  2638. swagger >= "0.2.0"
  2639. swhid
  2640. swhid_compute
  2641. swhid_core
  2642. swhid_types
  2643. swipl
  2644. syguslib-utils
  2645. synchronizer
  2646. syncweb
  2647. syndic >= "1.6.0"
  2648. sys-socket
  2649. sys-socket-unix
  2650. syslog >= "2.0.1"
  2651. syslog-message >= "1.0.0"
  2652. syslog-rfc5424 < "0.2"
  2653. systemverilog >= "0.0.2"
  2654. TCSLib >= "0.5"
  2655. tablecloth-base
  2656. tablecloth-melange
  2657. tablecloth-native < "transition"
  2658. taglib >= "0.3.7"
  2659. talaria-bibtex
  2660. tar
  2661. tar-eio
  2662. tar-mirage
  2663. tar-unix
  2664. tcalc
  2665. tcpip
  2666. tdigest
  2667. telemetry
  2668. telltime
  2669. tensorboard
  2670. term-indexing
  2671. term-tools
  2672. terminal < "0.5.0"
  2673. terminal_size >= "0.1.4"
  2674. terminus
  2675. terminus-cohttp
  2676. terminus-hlc
  2677. testo
  2678. testo-diff
  2679. testo-lwt
  2680. testo-util
  2681. testu01
  2682. textmate-language
  2683. textrazor
  2684. textutils
  2685. textutils_kernel
  2686. textwrap >= "0.2.1"
  2687. tezos-baking-015-PtLimaPt
  2688. tezos-baking-015-PtLimaPt-commands
  2689. tezos-baking-016-PtMumbai
  2690. tezos-baking-016-PtMumbai-commands
  2691. tezos-baking-017-PtNairob
  2692. tezos-baking-017-PtNairob-commands
  2693. tezos-baking-alpha
  2694. tezos-baking-alpha-commands
  2695. tezos-base
  2696. tezos-base-test-helpers
  2697. tezos-base58
  2698. tezos-benchmark >= "19.0"
  2699. tezos-bls12-381-polynomial
  2700. tezos-clic
  2701. tezos-client-000-Ps9mPmXa
  2702. tezos-client-001-PtCJ7pwo
  2703. tezos-client-002-PsYLVpVv
  2704. tezos-client-003-PsddFKi3
  2705. tezos-client-004-Pt24m4xi
  2706. tezos-client-005-PsBabyM1
  2707. tezos-client-006-PsCARTHA
  2708. tezos-client-007-PsDELPH1
  2709. tezos-client-008-PtEdo2Zk
  2710. tezos-client-009-PsFLoren
  2711. tezos-client-010-PtGRANAD
  2712. tezos-client-011-PtHangz2
  2713. tezos-client-012-Psithaca
  2714. tezos-client-013-PtJakart
  2715. tezos-client-014-PtKathma
  2716. tezos-client-015-PtLimaPt
  2717. tezos-client-016-PtMumbai
  2718. tezos-client-017-PtNairob
  2719. tezos-client-alpha
  2720. tezos-client-base
  2721. tezos-client-base-unix
  2722. tezos-client-commands
  2723. tezos-client-demo-counter < "18.0" | >= "19.0"
  2724. tezos-client-genesis < "18.0" | >= "19.0"
  2725. tezos-context
  2726. tezos-context-hash
  2727. tezos-context-hash-irmin
  2728. tezos-context-ops
  2729. tezos-crypto
  2730. tezos-crypto-dal
  2731. tezos-dac-client-lib >= "19.0"
  2732. tezos-dac-lib >= "19.0"
  2733. tezos-dac-node-lib >= "19.0"
  2734. tezos-dal-node-lib < "18.0" | >= "19.0"
  2735. tezos-dal-node-services < "18.0" | >= "19.0"
  2736. tezos-embedded-protocol-000-Ps9mPmXa
  2737. tezos-embedded-protocol-001-PtCJ7pwo
  2738. tezos-embedded-protocol-002-PsYLVpVv
  2739. tezos-embedded-protocol-003-PsddFKi3
  2740. tezos-embedded-protocol-004-Pt24m4xi
  2741. tezos-embedded-protocol-005-PsBABY5H
  2742. tezos-embedded-protocol-005-PsBabyM1
  2743. tezos-embedded-protocol-006-PsCARTHA
  2744. tezos-embedded-protocol-007-PsDELPH1
  2745. tezos-embedded-protocol-008-PtEdo2Zk
  2746. tezos-embedded-protocol-008-PtEdoTez
  2747. tezos-embedded-protocol-009-PsFLoren
  2748. tezos-embedded-protocol-010-PtGRANAD
  2749. tezos-embedded-protocol-011-PtHangz2
  2750. tezos-embedded-protocol-012-Psithaca
  2751. tezos-embedded-protocol-013-PtJakart
  2752. tezos-embedded-protocol-014-PtKathma
  2753. tezos-embedded-protocol-015-PtLimaPt
  2754. tezos-embedded-protocol-016-PtMumbai
  2755. tezos-embedded-protocol-017-PtNairob
  2756. tezos-embedded-protocol-alpha
  2757. tezos-embedded-protocol-demo-counter
  2758. tezos-embedded-protocol-demo-noops
  2759. tezos-embedded-protocol-genesis
  2760. tezos-error-monad
  2761. tezos-event-logging
  2762. tezos-event-logging-test-helpers
  2763. tezos-hacl-glue
  2764. tezos-hacl-glue-unix
  2765. tezos-injector-015-PtLimaPt
  2766. tezos-injector-016-PtMumbai
  2767. tezos-layer2-store
  2768. tezos-layer2-utils-016-PtMumbai
  2769. tezos-layer2-utils-017-PtNairob
  2770. tezos-lazy-containers
  2771. tezos-lwt-result-stdlib < "16.0"
  2772. tezos-micheline
  2773. tezos-mockup
  2774. tezos-mockup-commands
  2775. tezos-mockup-proxy
  2776. tezos-mockup-registration
  2777. tezos-openapi
  2778. tezos-p2p
  2779. tezos-p2p-services
  2780. tezos-plompiler
  2781. tezos-plonk
  2782. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2783. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2784. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2785. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2786. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2787. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2788. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2789. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2790. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2791. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2792. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2793. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2794. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2795. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2796. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2797. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2798. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2799. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2800. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2801. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2802. tezos-protocol-018-Proxford >= "19.0"
  2803. tezos-protocol-019-PtParisB
  2804. tezos-protocol-020-PsParisC
  2805. tezos-protocol-alpha < "18.0" | >= "19.0"
  2806. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2807. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2808. tezos-protocol-environment
  2809. tezos-protocol-environment-packer
  2810. tezos-protocol-environment-sigs
  2811. tezos-protocol-environment-structs
  2812. tezos-protocol-genesis < "18.0" | >= "19.0"
  2813. tezos-protocol-plugin-007-PsDELPH1
  2814. tezos-protocol-plugin-007-PsDELPH1-registerer
  2815. tezos-protocol-plugin-008-PtEdo2Zk
  2816. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2817. tezos-protocol-plugin-009-PsFLoren
  2818. tezos-protocol-plugin-009-PsFLoren-registerer
  2819. tezos-protocol-plugin-010-PtGRANAD
  2820. tezos-protocol-plugin-010-PtGRANAD-registerer
  2821. tezos-protocol-plugin-011-PtHangz2
  2822. tezos-protocol-plugin-011-PtHangz2-registerer
  2823. tezos-protocol-plugin-012-Psithaca
  2824. tezos-protocol-plugin-012-Psithaca-registerer
  2825. tezos-protocol-plugin-013-PtJakart
  2826. tezos-protocol-plugin-013-PtJakart-registerer
  2827. tezos-protocol-plugin-014-PtKathma
  2828. tezos-protocol-plugin-014-PtKathma-registerer
  2829. tezos-protocol-plugin-015-PtLimaPt
  2830. tezos-protocol-plugin-015-PtLimaPt-registerer
  2831. tezos-protocol-plugin-016-PtMumbai
  2832. tezos-protocol-plugin-016-PtMumbai-registerer
  2833. tezos-protocol-plugin-017-PtNairob
  2834. tezos-protocol-plugin-017-PtNairob-registerer
  2835. tezos-protocol-plugin-alpha
  2836. tezos-protocol-plugin-alpha-registerer
  2837. tezos-protocol-updater
  2838. tezos-proxy
  2839. tezos-proxy-server-config < "18.0" | >= "19.0"
  2840. tezos-requester
  2841. tezos-rpc
  2842. tezos-rpc-http
  2843. tezos-rpc-http-client
  2844. tezos-rpc-http-client-unix
  2845. tezos-rpc-http-server
  2846. tezos-sapling
  2847. tezos-scoru-wasm
  2848. tezos-scoru-wasm-fast
  2849. tezos-scoru-wasm-helpers
  2850. tezos-shell
  2851. tezos-shell-context
  2852. tezos-shell-services
  2853. tezos-shell-services-test-helpers
  2854. tezos-signer-backends
  2855. tezos-signer-services
  2856. tezos-smart-rollup-016-PtMumbai
  2857. tezos-smart-rollup-017-PtNairob
  2858. tezos-smart-rollup-alpha
  2859. tezos-smart-rollup-layer2-016-PtMumbai
  2860. tezos-smart-rollup-layer2-017-PtNairob
  2861. tezos-stdlib-unix
  2862. tezos-store
  2863. tezos-test-helpers < "16.0"
  2864. tezos-test-helpers-extra
  2865. tezos-test-services
  2866. tezos-tree-encoding
  2867. tezos-tx-rollup-015-PtLimaPt
  2868. tezos-validation
  2869. tezos-version
  2870. tezos-webassembly-interpreter
  2871. tezos-webassembly-interpreter-extra
  2872. tezos-workers
  2873. tezt < "4.3.0"
  2874. tezt-bam
  2875. tezt-tezos != "18.1"
  2876. theora
  2877. thread-local-storage
  2878. thread-table
  2879. thrift
  2880. tidy >= "5-0.2"
  2881. tidy_email
  2882. tidy_email_mailgun
  2883. tidy_email_sendgrid
  2884. tidy_email_smtp
  2885. tilde_f
  2886. time_now
  2887. timed >= "1.1"
  2888. timedesc
  2889. timedesc-json
  2890. timedesc-sexp
  2891. timedesc-tzdb
  2892. timedesc-tzlocal
  2893. timedesc-tzlocal-js
  2894. timere
  2895. timere-parse
  2896. timezone
  2897. timmy
  2898. timmy-jsoo
  2899. timmy-lwt
  2900. timmy-unix
  2901. tiny_httpd
  2902. tiny_httpd_camlzip
  2903. tip-parser >= "0.4"
  2904. tldr
  2905. tls >= "0.12.8"
  2906. tls-async
  2907. tls-eio
  2908. tls-liquidsoap
  2909. tls-lwt
  2910. tls-miou-unix
  2911. tls-mirage
  2912. toc
  2913. tofn
  2914. togglelog
  2915. toml
  2916. toml-cconv
  2917. toml_cconv
  2918. toplevel_backend
  2919. toplevel_expect_test
  2920. topojson
  2921. topojsone
  2922. topological_sort
  2923. torch
  2924. tqdm
  2925. trace
  2926. trace-fuchsia
  2927. trace-tef
  2928. tracing
  2929. tracy-client
  2930. trail
  2931. traits
  2932. trampoline
  2933. transept
  2934. traverse
  2935. travesty != "0.6.1"
  2936. trax >= "0.4.0"
  2937. tree_layout >= "0.2"
  2938. treeprint >= "2.3.0"
  2939. trexio
  2940. trie
  2941. trs
  2942. tsdl-image >= "0.3.0"
  2943. tsdl-mixer
  2944. tsdl-ttf >= "0.3"
  2945. tsort
  2946. tty
  2947. tube >= "4.4.0"
  2948. tuntap
  2949. twirp_cohttp_lwt_unix
  2950. twirp_core
  2951. twirp_ezcurl
  2952. twirp_tiny_httpd
  2953. twostep
  2954. tyabt
  2955. type_eq
  2956. type_id
  2957. typed_list
  2958. typeid
  2959. typerep >= "v0.12.0"
  2960. typeset
  2961. tyre >= "0.5"
  2962. tyxml >= "4.3.0"
  2963. tyxml-jsx
  2964. tyxml-lwd
  2965. tyxml-ppx >= "4.3.0"
  2966. tyxml-syntax
  2967. ubase
  2968. ubpf >= "0.2"
  2969. uecc >= "0.3"
  2970. uint >= "2.0.1"
  2971. ulid
  2972. um-abt
  2973. unidecode
  2974. unionFind
  2975. unisim_archisec
  2976. unison >= "2.51.4" & < "2.53.4"
  2977. universal-portal
  2978. universo
  2979. unix-errno >= "0.6.0"
  2980. unstrctrd
  2981. uopt
  2982. uri >= "2.2.1"
  2983. uri-bench
  2984. uri-re
  2985. uri-sexp
  2986. uring
  2987. uritemplate
  2988. urn
  2989. user-agent-parser
  2990. username_kernel
  2991. uspf
  2992. uspf-lwt
  2993. uspf-mirage
  2994. uspf-unix
  2995. utop
  2996. uuuu >= "0.1.1"
  2997. validate
  2998. validator
  2999. variantslib >= "v0.12.0"
  3000. varray
  3001. vcaml
  3002. vcardgen >= "1.2"
  3003. vchan
  3004. vchan-unix
  3005. vchan-xen
  3006. vdom
  3007. vec
  3008. vector
  3009. vector3 >= "1.0.0"
  3010. vendredi
  3011. vercel
  3012. versioned_polling_state_rpc
  3013. vhd-format >= "0.12.0"
  3014. vhd-format-lwt
  3015. vif
  3016. virtual_dom
  3017. virtual_dom_toplayer
  3018. visitors >= "20200207"
  3019. vlq >= "0.2.1"
  3020. vlt
  3021. vmnet
  3022. vocal
  3023. voqc
  3024. vorbis
  3025. vpt >= "5.0.0"
  3026. vscoq-language-server < "2.3.3"
  3027. vsrocq-language-server
  3028. vue-jsoo
  3029. vue-ppx
  3030. wall >= "0.4"
  3031. wasm >= "2.0.2"
  3032. wasmer
  3033. wasmtime
  3034. wayland
  3035. waylaunch
  3036. wcwidth
  3037. webauthn
  3038. weberizer >= "0.8"
  3039. webmachine >= "0.6.2"
  3040. websocket >= "2.12"
  3041. websocket-async >= "2.12"
  3042. websocket-lwt
  3043. websocket-lwt-unix
  3044. websocketaf
  3045. webtest
  3046. webtest-js
  3047. why3find
  3048. wikitext
  3049. win-error >= "1.0"
  3050. win-eventlog >= "0.3"
  3051. winsvc
  3052. ws
  3053. ws-server
  3054. wseg
  3055. wtf8 >= "1.0.2"
  3056. wtr
  3057. wtr-ppx
  3058. wu-manber-fuzzy-search
  3059. x509
  3060. x86_64-esperanto >= "0.0.6"
  3061. xapi-backtrace
  3062. xapi-inventory
  3063. xapi-rrd
  3064. xapi-stdext-date
  3065. xapi-stdext-encodings
  3066. xapi-stdext-pervasives
  3067. xapi-stdext-std
  3068. xapi-stdext-threads
  3069. xapi-stdext-unix
  3070. xapi-stdext-zerocheck
  3071. xcursor
  3072. xdg < "3.19.0"
  3073. xdg-basedir
  3074. xedbindings
  3075. xen-evtchn
  3076. xen-evtchn-unix
  3077. xen-gnt
  3078. xen-gnt-unix
  3079. xenstore
  3080. xenstore-tool
  3081. xenstore_transport >= "1.1.0"
  3082. xkbcommon
  3083. xmelly
  3084. xml-light >= "2.5"
  3085. xmldiff >= "0.7.0"
  3086. xmldiff_js
  3087. xmlplaylist >= "0.1.5"
  3088. xoshiro
  3089. xtmpl >= "0.19.0" & < "1.1.0"
  3090. xtmpl_js < "1.1.0"
  3091. xtmpl_ppx < "1.1.0"
  3092. yaml >= "1.0.0"
  3093. yaml-sexp
  3094. yara >= "0.2"
  3095. yocaml < "2.0.0"
  3096. yocaml_cmark
  3097. yocaml_git < "2.0.0"
  3098. yocaml_jingoo < "2.0.0"
  3099. yocaml_markdown < "2.4.1"
  3100. yocaml_mustache < "2.0.0"
  3101. yocaml_syndication < "2.0.0"
  3102. yocaml_unix < "2.0.0"
  3103. yocaml_yaml < "2.0.0"
  3104. yojson >= "1.5.0"
  3105. yojson-bench
  3106. yojson-five
  3107. yurt >= "0.6"
  3108. yuscii >= "0.2.1"
  3109. yuujinchou
  3110. zanuda
  3111. zar
  3112. zarith-ppx
  3113. zarith_stubs_js
  3114. zed >= "2.0.6"
  3115. zeit
  3116. zelus
  3117. zelus-gtk
  3118. zipperposition
  3119. zipperposition-tools
  3120. zlib
  3121. zlist >= "0.4.0"
  3122. zmq >= "5.1.0"
  3123. zmq-async >= "5.1.0"
  3124. zmq-eio
  3125. zmq-lwt >= "5.1.0"
  3126. zstandard >= "v0.12.1"
  3127. zstd >= "0.3"
  3128. 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"