package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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